#35e0d9

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

Shades of Turquoise #35E0D9

Tints of Turquoise #35E0D9

Color information

#35E0D9 (or 0x35E0D9) is unknown color: approx Turquoise. HEX triplet: 35, E0 and D9. RGB value is (53,224,217). Sum of RGB (Red+Green+Blue) = 53+224+217=494 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.73% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #35E0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E0D9 is #CA1F26. Grayscale: #ABABAB. Windows color (decimal): -13246247 or 14278709. OLE color: 14278709.

HSL color Cylindrical-coordinate representation of color #35E0D9: hue angle of 177.54º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E0D9 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB53224217-
CMYK0.7600.030.12
HSL177.54º73.39%54.31%-
HSV(B)177.54º76.34%87.84%-
XYZ40.6559.0874.91-
YUV172.07153.3543.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.73%
GREEN value IS 224 (87.89% from 255) = 45.34%
BLUE value IS 217 (85.16% from 255) = 43.93%
R=10.73%
G=45.34%
B=43.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal532242170.7600.030.12177.5473.3954.31
Hex35E0D94C03Cb24936
Octal65340331114031426211166
Binary110101111000001101100110011000111100101100101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35e0d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,224,217); }

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

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

 a { background-color: rgb(53,224,217); }

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

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

 span { border-color: rgb(53,224,217); }

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