#35ded9

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

Shades of Turquoise #35DED9

Tints of Turquoise #35DED9

Color information

#35DED9 (or 0x35DED9) is unknown color: approx Turquoise. HEX triplet: 35, DE and D9. RGB value is (53,222,217). Sum of RGB (Red+Green+Blue) = 53+222+217=492 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.77% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #35DED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DED9 is #CA2126. Grayscale: #AAAAAA. Windows color (decimal): -13246759 or 14278197. OLE color: 14278197.

HSL color Cylindrical-coordinate representation of color #35DED9: hue angle of 178.22º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DED9 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB53222217-
CMYK0.7600.020.13
HSL178.22º71.91%53.92%-
HSV(B)178.22º76.13%87.06%-
XYZ40.1158.0174.73-
YUV170.9154.0143.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.77%
GREEN value IS 222 (87.11% from 255) = 45.12%
BLUE value IS 217 (85.16% from 255) = 44.11%
R=10.77%
G=45.12%
B=44.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532222170.7600.020.13178.2271.9153.92
Hex35DED94C02Db24836
Octal65336331114021526211066
Binary110101110111101101100110011000101101101100101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ded9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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