#20CCCF

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

Shades of Dark Turquoise #20CCCF

Tints of Dark Turquoise #20CCCF

Color information

#20CCCF (or 0x20CCCF) is unknown color: approx Dark Turquoise. HEX triplet: 20, CC and CF. RGB value is (32,204,207). Sum of RGB (Red+Green+Blue) = 32+204+207=443 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.22% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #20CCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCCF is #DF3330. Grayscale: #989898. Windows color (decimal): -14627633 or 13618208. OLE color: 13618208.

HSL color Cylindrical-coordinate representation of color #20CCCF: hue angle of 181.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CCCF is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB32204207-
CMYK0.850.0100.19
HSL181.03º73.22%46.86%-
HSV(B)181.03º84.54%81.18%-
XYZ33.454866.53-
YUV152.91158.5241.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.22%
GREEN value IS 204 (80.08% from 255) = 46.05%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=7.22%
G=46.05%
B=46.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal322042070.850.0100.19181.0373.2246.86
Hex20CCCF551013b5492f
Octal40314317125102326511157
Binary100000110011001100111110101011010011101101011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20CCCF; }

 p { color: rgb(32,204,207); }

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

<style>
 a { background-color: #20CCCF; }

 a { background-color: rgb(32,204,207); }

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

<style>
 span { border-color: #20CCCF; }

 span { border-color: rgb(32,204,207); }

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