#35D6D2

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

Shades of Turquoise #35D6D2

Tints of Turquoise #35D6D2

Color information

#35D6D2 (or 0x35D6D2) is unknown color: approx Turquoise. HEX triplet: 35, D6 and D2. RGB value is (53,214,210). Sum of RGB (Red+Green+Blue) = 53+214+210=477 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.11% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #35D6D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D6D2 is #CA292D. Grayscale: #A5A5A5. Windows color (decimal): -13248814 or 13817397. OLE color: 13817397.

HSL color Cylindrical-coordinate representation of color #35D6D2: hue angle of 178.51º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D6D2 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB53214210-
CMYK0.7500.020.16
HSL178.51º66.26%52.35%-
HSV(B)178.51º75.23%83.92%-
XYZ37.1553.569.34-
YUV165.4153.1647.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.11%
GREEN value IS 214 (83.98% from 255) = 44.86%
BLUE value IS 210 (82.42% from 255) = 44.03%
R=11.11%
G=44.86%
B=44.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532142100.7500.020.16178.5166.2652.35
Hex35D6D24B0210b34234
Octal65326322113022026310264
Binary1101011101011011010010100101101010000101100111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,214,210); }

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

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

 a { background-color: rgb(53,214,210); }

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

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

 span { border-color: rgb(53,214,210); }

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