#35EDD6

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

Shades of Turquoise #35EDD6

Tints of Turquoise #35EDD6

Color information

#35EDD6 (or 0x35EDD6) is unknown color: approx Turquoise. HEX triplet: 35, ED and D6. RGB value is (53,237,214). Sum of RGB (Red+Green+Blue) = 53+237+214=504 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.52% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #35EDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EDD6 is #CA1229. Grayscale: #B3B3B3. Windows color (decimal): -13242922 or 14085429. OLE color: 14085429.

HSL color Cylindrical-coordinate representation of color #35EDD6: hue angle of 172.5º degrees, saturation: 0.84, 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 #35EDD6 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB53237214-
CMYK0.7800.100.07
HSL172.5º83.64%56.86%-
HSV(B)172.5º77.64%92.94%-
XYZ43.8966.1874.08-
YUV179.36147.5437.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.52%
GREEN value IS 237 (92.97% from 255) = 47.02%
BLUE value IS 214 (83.98% from 255) = 42.46%
R=10.52%
G=47.02%
B=42.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal532372140.7800.100.07172.583.6456.86
Hex35EDD64E0A7ac5439
Octal65355326116012725412471
Binary1101011110110111010110100111001010111101011001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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