#35ECD6

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

Shades of Turquoise #35ECD6

Tints of Turquoise #35ECD6

Color information

#35ECD6 (or 0x35ECD6) is unknown color: approx Turquoise. HEX triplet: 35, EC and D6. RGB value is (53,236,214). Sum of RGB (Red+Green+Blue) = 53+236+214=503 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.54% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #35ECD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35ECD6 is #CA1329. Grayscale: #B2B2B2. Windows color (decimal): -13243178 or 14085173. OLE color: 14085173.

HSL color Cylindrical-coordinate representation of color #35ECD6: hue angle of 172.79º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35ECD6 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB53236214-
CMYK0.7800.090.07
HSL172.79º82.81%56.67%-
HSV(B)172.79º77.54%92.55%-
XYZ43.665.673.98-
YUV178.77147.8738.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.54%
GREEN value IS 236 (92.58% from 255) = 46.92%
BLUE value IS 214 (83.98% from 255) = 42.54%
R=10.54%
G=46.92%
B=42.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal532362140.7800.090.07172.7982.8156.67
Hex35ECD64E097ad5339
Octal65354326116011725512371
Binary1101011110110011010110100111001001111101011011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ECD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,236,214); }

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

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

 a { background-color: rgb(53,236,214); }

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

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

 span { border-color: rgb(53,236,214); }

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