#35DECB

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

Shades of Turquoise #35DECB

Tints of Turquoise #35DECB

Color information

#35DECB (or 0x35DECB) is unknown color: approx Turquoise. HEX triplet: 35, DE and CB. RGB value is (53,222,203). Sum of RGB (Red+Green+Blue) = 53+222+203=478 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.09% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #35DECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DECB is #CA2134. Grayscale: #A9A9A9. Windows color (decimal): -13246773 or 13360693. OLE color: 13360693.

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

Color convert

RGB53222203-
CMYK0.7600.090.13
HSL173.25º71.91%53.92%-
HSV(B)173.25º76.13%87.06%-
XYZ38.3757.3165.54-
YUV169.3147.0145.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.09%
GREEN value IS 222 (87.11% from 255) = 46.44%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=11.09%
G=46.44%
B=42.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532222030.7600.090.13173.2571.9153.92
Hex35DECB4C09Dad4836
Octal653363131140111525511066
Binary11010111011110110010111001100010011101101011011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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