#35EFD2

Color #35EFD2 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #35EFD2

Tints of Turquoise #35EFD2

Color information

#35EFD2 (or 0x35EFD2) is unknown color: approx Turquoise. HEX triplet: 35, EF and D2. RGB value is (53,239,210). Sum of RGB (Red+Green+Blue) = 53+239+210=502 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.56% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #35EFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EFD2 is #CA102D. Grayscale: #B4B4B4. Windows color (decimal): -13242414 or 13823797. OLE color: 13823797.

HSL color Cylindrical-coordinate representation of color #35EFD2: hue angle of 170.65º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EFD2 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB53239210-
CMYK0.7800.120.06
HSL170.65º85.32%57.25%-
HSV(B)170.65º77.82%93.73%-
XYZ43.9767.1471.62-
YUV180.08144.8837.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.56%
GREEN value IS 239 (93.75% from 255) = 47.61%
BLUE value IS 210 (82.42% from 255) = 41.83%
R=10.56%
G=47.61%
B=41.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal532392100.7800.120.06170.6585.3257.25
Hex35EFD24E0C6ab5539
Octal65357322116014625312571
Binary1101011110111111010010100111001100110101010111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,239,210); }

 H1.HeaderClassName
 {
   color: #35EFD2;
 }
 .AnyTagClassName
 {
   color: #35EFD2;
 }
</style>
background-color css

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

 a { background-color: rgb(53,239,210); }

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

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

 span { border-color: rgb(53,239,210); }

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