Html Css Color HEX #20CEDC Dark Turquoise

📋 copy color: '#20CEDC'

red 32 ◦ green 206 ◦ blue 220

#20CEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #20CEDC

Tints of Dark Turquoise #20CEDC

RGB

 RED value IS 32 (12.89% from 255) = 6.99%

 GREEN value IS 206 (80.86% from 255) = 44.98%

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 6.99%
G = 44.98%
B = 48.03%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20CEDC (or 0x20CEDC) is known color: Dark Turquoise. HEX triplet: 20, CE and DC. RGB value is (32,206,220). Sum of RGB (Red+Green+Blue) = 32+206+220=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #20CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CEDC is #DF3123. Grayscale: #9B9B9B. Windows color (decimal): -14627108 or 14470688. OLE color: 14470688.

HSL color Cylindrical-coordinate representation of color #20CEDC: hue angle of 184.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CEDC is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 206 220 -
CMYK 0.85 0.06 0 0.14
HSL 184.47º 0.75% 0.49% -
HSV(B) 184.47º 0.85% 0.86% -
XYZ 35.59 49.62 75.41 -
YUV 155.57 164.35 39.86 -
System Red Green Blue C M Y K H S L
Decimal 32 206 220 0.85 0.06 0 0.14 184.47 0.75 0.49
Hex 20 CE DC 55 6 0 E B8 4B 31
Octal 40 316 334 125 6 0 16 270 113 61
Binary 100000 11001110 11011100 1010101 110 0 1110 10111000 1001011 110001

Color Harmonies of #20CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CEDC

Black with #20CEDC

Text Example


Text Example

White with #20CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,206,220); }

 H1.HeaderClassName
 {
   color: #20CEDC;
 }
 .AnyTagClassName
 {
   color: #20CEDC;
 }
</style>

background-color css

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

 a { background-color: rgb(32,206,220); }

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

border-color css

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

 span { border-color: rgb(32,206,220); }

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