#20CDDF

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

Shades of Dark Turquoise #20CDDF

Tints of Dark Turquoise #20CDDF

Color information

#20CDDF (or 0x20CDDF) is unknown color: approx Dark Turquoise. HEX triplet: 20, CD and DF. RGB value is (32,205,223). Sum of RGB (Red+Green+Blue) = 32+205+223=460 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.96% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #20CDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDDF is #DF3220. Grayscale: #9B9B9B. Windows color (decimal): -14627361 or 14667040. OLE color: 14667040.

HSL color Cylindrical-coordinate representation of color #20CDDF: hue angle of 185.65º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CDDF is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB32205223-
CMYK0.860.0800.13
HSL185.65º74.9%50%-
HSV(B)185.65º85.65%87.45%-
XYZ35.7549.377.44-
YUV155.32166.1940.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.96%
GREEN value IS 205 (80.47% from 255) = 44.57%
BLUE value IS 223 (87.5% from 255) = 48.48%
R=6.96%
G=44.57%
B=48.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal322052230.860.0800.13185.6574.950
Hex20CDDF5680Dba4b32
Octal403153371261001527211362
Binary10000011001101110111111010110100001101101110101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,205,223); }

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

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

 a { background-color: rgb(32,205,223); }

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

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

 span { border-color: rgb(32,205,223); }

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