#35D1DE

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

Shades of Turquoise #35D1DE

Tints of Turquoise #35D1DE

Color information

#35D1DE (or 0x35D1DE) is unknown color: approx Turquoise. HEX triplet: 35, D1 and DE. RGB value is (53,209,222). Sum of RGB (Red+Green+Blue) = 53+209+222=484 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.95% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #35D1DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D1DE is #CA2E21. Grayscale: #A3A3A3. Windows color (decimal): -13250082 or 14602549. OLE color: 14602549.

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

Color convert

RGB53209222-
CMYK0.760.0600.13
HSL184.62º71.91%53.92%-
HSV(B)184.62º76.13%87.06%-
XYZ37.4551.6377.1-
YUV163.84160.8248.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.95%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=10.95%
G=43.18%
B=45.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532092220.760.0600.13184.6271.9153.92
Hex35D1DE4C60Db94836
Octal65321336114601527111066
Binary1101011101000111011110100110011001101101110011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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