Html Css Color HEX #35F2CF Turquoise

📋 copy color: '#35F2CF'

red 53 ◦ green 242 ◦ blue 207

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

Shades of Turquoise #35F2CF

Tints of Turquoise #35F2CF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.21%

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

R = 10.56%
G = 48.21%
B = 41.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#35F2CF (or 0x35F2CF) is known color: Turquoise. HEX triplet: 35, F2 and CF. RGB value is (53,242,207). Sum of RGB (Red+Green+Blue) = 53+242+207=502 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.56% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #35F2CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F2CF is #CA0D30. Grayscale: #B5B5B5. Windows color (decimal): -13241649 or 13627957. OLE color: 13627957.

HSL color Cylindrical-coordinate representation of color #35F2CF: hue angle of 168.89º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F2CF is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 242 207 -
CMYK 0.78 0 0.14 0.05
HSL 168.89º 0.88% 0.58% -
HSV(B) 168.89º 0.78% 0.95% -
XYZ 44.48 68.77 69.96 -
YUV 181.5 142.38 36.35 -
System Red Green Blue C M Y K H S L
Decimal 53 242 207 0.78 0 0.14 0.05 168.89 0.88 0.58
Hex 35 F2 CF 4E 0 E 5 A9 58 3A
Octal 65 362 317 116 0 16 5 251 130 72
Binary 110101 11110010 11001111 1001110 0 1110 101 10101001 1011000 111010

Color Harmonies of #35F2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F2CF

Black with #35F2CF

Text Example


Text Example

White with #35F2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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