#35D3CE

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

Shades of Turquoise #35D3CE

Tints of Turquoise #35D3CE

Color information

#35D3CE (or 0x35D3CE) is unknown color: approx Turquoise. HEX triplet: 35, D3 and CE. RGB value is (53,211,206). Sum of RGB (Red+Green+Blue) = 53+211+206=470 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.28% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #35D3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D3CE is #CA2C31. Grayscale: #A3A3A3. Windows color (decimal): -13249586 or 13554485. OLE color: 13554485.

HSL color Cylindrical-coordinate representation of color #35D3CE: hue angle of 178.1º degrees, saturation: 0.64, 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 #35D3CE is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB53211206-
CMYK0.7500.020.17
HSL178.1º64.23%51.76%-
HSV(B)178.1º74.88%82.75%-
XYZ35.951.866.5-
YUV163.19152.1549.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.28%
GREEN value IS 211 (82.81% from 255) = 44.89%
BLUE value IS 206 (80.86% from 255) = 43.83%
R=11.28%
G=44.89%
B=43.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal532112060.7500.020.17178.164.2351.76
Hex35D3CE4B0211b24034
Octal65323316113022126210064
Binary1101011101001111001110100101101010001101100101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,211,206); }

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

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

 a { background-color: rgb(53,211,206); }

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

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

 span { border-color: rgb(53,211,206); }

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