#35DDD1

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

Shades of Turquoise #35DDD1

Tints of Turquoise #35DDD1

Color information

#35DDD1 (or 0x35DDD1) is unknown color: approx Turquoise. HEX triplet: 35, DD and D1. RGB value is (53,221,209). Sum of RGB (Red+Green+Blue) = 53+221+209=483 (63% of max value = 765). Red value is 53 (21.09% from 255 or 10.97% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDD1 is #CA222E. Grayscale: #A9A9A9. Windows color (decimal): -13247023 or 13753653. OLE color: 13753653.

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

Color convert

RGB53221209-
CMYK0.7600.050.13
HSL175.71º71.19%53.73%-
HSV(B)175.71º76.02%86.67%-
XYZ38.8357.0769.29-
YUV169.4150.3444.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.97%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 209 (82.03% from 255) = 43.27%
R=10.97%
G=45.76%
B=43.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532212090.7600.050.13175.7171.1953.73
Hex35DDD14C05Db04736
Octal65335321114051526010766
Binary1101011101110111010001100110001011101101100001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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