Html Css Color HEX #20D4CF Dark Turquoise

📋 copy color: '#20D4CF'

red 32 ◦ green 212 ◦ blue 207

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

Shades of Dark Turquoise #20D4CF

Tints of Dark Turquoise #20D4CF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.01%

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 7.1%
G = 47.01%
B = 45.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#20D4CF (or 0x20D4CF) is known color: Dark Turquoise. HEX triplet: 20, D4 and CF. RGB value is (32,212,207). Sum of RGB (Red+Green+Blue) = 32+212+207=451 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.10% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #20D4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D4CF is #DF2B30. Grayscale: #9D9D9D. Windows color (decimal): -14625585 or 13620256. OLE color: 13620256.

HSL color Cylindrical-coordinate representation of color #20D4CF: hue angle of 178.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D4CF is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 32 212 207 -
CMYK 0.85 0 0.02 0.17
HSL 178.33º 0.74% 0.48% -
HSV(B) 178.33º 0.85% 0.83% -
XYZ 35.4 51.9 67.18 -
YUV 157.61 155.87 38.41 -
System Red Green Blue C M Y K H S L
Decimal 32 212 207 0.85 0 0.02 0.17 178.33 0.74 0.48
Hex 20 D4 CF 55 0 2 11 B2 4A 30
Octal 40 324 317 125 0 2 21 262 112 60
Binary 100000 11010100 11001111 1010101 0 10 10001 10110010 1001010 110000

Color Harmonies of #20D4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D4CF

Black with #20D4CF

Text Example


Text Example

White with #20D4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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