#35DDDC

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

Shades of Turquoise #35DDDC

Tints of Turquoise #35DDDC

Color information

#35DDDC (or 0x35DDDC) is unknown color: approx Turquoise. HEX triplet: 35, DD and DC. RGB value is (53,221,220). Sum of RGB (Red+Green+Blue) = 53+221+220=494 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.73% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDDC is #CA2223. Grayscale: #AAAAAA. Windows color (decimal): -13247012 or 14474549. OLE color: 14474549.

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

Color convert

RGB53221220-
CMYK0.7600.000.13
HSL179.64º71.19%53.73%-
HSV(B)179.64º76.02%86.67%-
XYZ40.2457.6476.71-
YUV170.65155.8444.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.73%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=10.73%
G=44.74%
B=44.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532212200.7600.000.13179.6471.1953.73
Hex35DDDC4C00Db44736
Octal65335334114001526410766
Binary11010111011101110111001001100001101101101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,221,220); }

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

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

 a { background-color: rgb(53,221,220); }

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

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

 span { border-color: rgb(53,221,220); }

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