#35DDD0

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

Shades of Turquoise #35DDD0

Tints of Turquoise #35DDD0

Color information

#35DDD0 (or 0x35DDD0) is unknown color: approx Turquoise. HEX triplet: 35, DD and D0. RGB value is (53,221,208). Sum of RGB (Red+Green+Blue) = 53+221+208=482 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.00% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDD0 is #CA222F. Grayscale: #A9A9A9. Windows color (decimal): -13247024 or 13688117. OLE color: 13688117.

HSL color Cylindrical-coordinate representation of color #35DDD0: hue angle of 175.36º degrees, saturation: 0.71, 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 #35DDD0 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB53221208-
CMYK0.7600.060.13
HSL175.36º71.19%53.73%-
HSV(B)175.36º76.02%86.67%-
XYZ38.7157.0268.64-
YUV169.29149.8445.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.00%
GREEN value IS 221 (86.72% from 255) = 45.85%
BLUE value IS 208 (81.64% from 255) = 43.15%
R=11.00%
G=45.85%
B=43.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532212080.7600.060.13175.3671.1953.73
Hex35DDD04C06Daf4736
Octal65335320114061525710766
Binary1101011101110111010000100110001101101101011111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,221,208); }

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

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

 a { background-color: rgb(53,221,208); }

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

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

 span { border-color: rgb(53,221,208); }

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