#20CBCF

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

Shades of Dark Turquoise #20CBCF

Tints of Dark Turquoise #20CBCF

Color information

#20CBCF (or 0x20CBCF) is unknown color: approx Dark Turquoise. HEX triplet: 20, CB and CF. RGB value is (32,203,207). Sum of RGB (Red+Green+Blue) = 32+203+207=442 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.24% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #20CBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBCF is #DF3430. Grayscale: #989898. Windows color (decimal): -14627889 or 13617952. OLE color: 13617952.

HSL color Cylindrical-coordinate representation of color #20CBCF: hue angle of 181.37º 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 #20CBCF is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB32203207-
CMYK0.850.0200.19
HSL181.37º73.22%46.86%-
HSV(B)181.37º84.54%81.18%-
XYZ33.2147.5266.45-
YUV152.33158.8542.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.24%
GREEN value IS 203 (79.69% from 255) = 45.93%
BLUE value IS 207 (81.25% from 255) = 46.83%
R=7.24%
G=45.93%
B=46.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal322032070.850.0200.19181.3773.2246.86
Hex20CBCF552013b5492f
Octal40313317125202326511157
Binary1000001100101111001111101010110010011101101011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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