#35DCC0

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

Shades of Turquoise #35DCC0

Tints of Turquoise #35DCC0

Color information

#35DCC0 (or 0x35DCC0) is unknown color: approx Turquoise. HEX triplet: 35, DC and C0. RGB value is (53,220,192). Sum of RGB (Red+Green+Blue) = 53+220+192=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCC0 is #CA233F. Grayscale: #A6A6A6. Windows color (decimal): -13247296 or 12639285. OLE color: 12639285.

HSL color Cylindrical-coordinate representation of color #35DCC0: hue angle of 169.94º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DCC0 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB53220192-
CMYK0.7600.130.14
HSL169.94º70.46%53.53%-
HSV(B)169.94º75.91%86.27%-
XYZ36.5855.7558.7-
YUV166.88142.1746.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.40%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=11.40%
G=47.31%
B=41.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal532201920.7600.130.14169.9470.4653.53
Hex35DCC04C0DEaa4636
Octal653343001140151625210666
Binary11010111011100110000001001100011011110101010101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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