Html Css Color HEX #20CFD9 Dark Turquoise

📋 copy color: '#20CFD9'

red 32 ◦ green 207 ◦ blue 217

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

Shades of Dark Turquoise #20CFD9

Tints of Dark Turquoise #20CFD9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.39%

 BLUE value IS 217 (85.16% from 255) = 47.59%

R = 7.02%
G = 45.39%
B = 47.59%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#20CFD9 (or 0x20CFD9) is known color: Dark Turquoise. HEX triplet: 20, CF and D9. RGB value is (32,207,217). Sum of RGB (Red+Green+Blue) = 32+207+217=456 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.02% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #20CFD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFD9 is #DF3026. Grayscale: #9B9B9B. Windows color (decimal): -14626855 or 14274336. OLE color: 14274336.

HSL color Cylindrical-coordinate representation of color #20CFD9: hue angle of 183.24º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CFD9 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 207 217 -
CMYK 0.85 0.05 0 0.15
HSL 183.24º 0.74% 0.49% -
HSV(B) 183.24º 0.85% 0.85% -
XYZ 35.43 49.94 73.42 -
YUV 155.82 162.52 39.69 -
System Red Green Blue C M Y K H S L
Decimal 32 207 217 0.85 0.05 0 0.15 183.24 0.74 0.49
Hex 20 CF D9 55 5 0 F B7 4A 31
Octal 40 317 331 125 5 0 17 267 112 61
Binary 100000 11001111 11011001 1010101 101 0 1111 10110111 1001010 110001

Color Harmonies of #20CFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CFD9

Black with #20CFD9

Text Example


Text Example

White with #20CFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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