#35D4CD

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

Shades of Turquoise #35D4CD

Tints of Turquoise #35D4CD

Color information

#35D4CD (or 0x35D4CD) is unknown color: approx Turquoise. HEX triplet: 35, D4 and CD. RGB value is (53,212,205). Sum of RGB (Red+Green+Blue) = 53+212+205=470 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.28% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 212 - color contains mainly: green. Hex color #35D4CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D4CD is #CA2B32. Grayscale: #A3A3A3. Windows color (decimal): -13249331 or 13489205. OLE color: 13489205.

HSL color Cylindrical-coordinate representation of color #35D4CD: hue angle of 177.36º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D4CD is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB53212205-
CMYK0.7500.030.17
HSL177.36º64.9%51.96%-
HSV(B)177.36º75%83.14%-
XYZ36.0352.2565.94-
YUV163.66151.3249.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.28%
GREEN value IS 212 (83.20% from 255) = 45.11%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=11.28%
G=45.11%
B=43.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal532122050.7500.030.17177.3664.951.96
Hex35D4CD4B0311b14134
Octal65324315113032126110164
Binary1101011101010011001101100101101110001101100011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,212,205); }

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

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

 a { background-color: rgb(53,212,205); }

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

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

 span { border-color: rgb(53,212,205); }

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