Html Css Color HEX #35F5CF Turquoise

📋 copy color: '#35F5CF'

red 53 ◦ green 245 ◦ blue 207

#35F5CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #35F5CF

Tints of Turquoise #35F5CF

RGB

 RED value IS 53 (21.09% from 255) = 10.5%

 GREEN value IS 245 (96.09% from 255) = 48.51%

 BLUE value IS 207 (81.25% from 255) = 40.99%

R = 10.5%
G = 48.51%
B = 40.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35F5CF (or 0x35F5CF) is known color: Turquoise. HEX triplet: 35, F5 and CF. RGB value is (53,245,207). Sum of RGB (Red+Green+Blue) = 53+245+207=505 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.50% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #35F5CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F5CF is #CA0A30. Grayscale: #B7B7B7. Windows color (decimal): -13240881 or 13628725. OLE color: 13628725.

HSL color Cylindrical-coordinate representation of color #35F5CF: hue angle of 168.12º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F5CF is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 245 207 -
CMYK 0.78 0 0.16 0.04
HSL 168.13º 0.91% 0.58% -
HSV(B) 168.13º 0.78% 0.96% -
XYZ 45.38 70.57 70.26 -
YUV 183.26 141.39 35.09 -
System Red Green Blue C M Y K H S L
Decimal 53 245 207 0.78 0 0.16 0.04 168.13 0.91 0.58
Hex 35 F5 CF 4E 0 10 4 A8 5B 3A
Octal 65 365 317 116 0 20 4 250 133 72
Binary 110101 11110101 11001111 1001110 0 10000 100 10101000 1011011 111010

Color Harmonies of #35F5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F5CF

Black with #35F5CF

Text Example


Text Example

White with #35F5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35F5CF; }

 p { color: rgb(53,245,207); }

 H1.HeaderClassName
 {
   color: #35F5CF;
 }
 .AnyTagClassName
 {
   color: #35F5CF;
 }
</style>

background-color css

<style>
 a { background-color: #35F5CF; }

 a { background-color: rgb(53,245,207); }

 div.DivClassName
 {
   background-color: #35F5CF;
 }
 .BgClassName
 {
   background-color: #35F5CF;
 }
</style>

border-color css

<style>
 span { border-color: #35F5CF; }

 span { border-color: rgb(53,245,207); }

 td.TdClassName
 {
   border-color: #35F5CF;
 }
 .TagClassName
 {
   border-color: #35F5CF;
 }
</style>