Html Css Color HEX #20CFCE Dark Turquoise

📋 copy color: '#20CFCE'

red 32 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #20CFCE

Tints of Dark Turquoise #20CFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 7.19%
G = 46.52%
B = 46.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#20CFCE (or 0x20CFCE) is known color: Dark Turquoise. HEX triplet: 20, CF and CE. RGB value is (32,207,206). Sum of RGB (Red+Green+Blue) = 32+207+206=445 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.19% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #20CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFCE is #DF3031. Grayscale: #9A9A9A. Windows color (decimal): -14626866 or 13553440. OLE color: 13553440.

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

Color convert

RGB 32 207 206 -
CMYK 0.85 0 0.00 0.19
HSL 179.66º 0.73% 0.47% -
HSV(B) 179.66º 0.85% 0.81% -
XYZ 34.05 49.39 66.13 -
YUV 154.56 157.02 40.58 -
System Red Green Blue C M Y K H S L
Decimal 32 207 206 0.85 0 0.00 0.19 179.66 0.73 0.47
Hex 20 CF CE 55 0 0 13 B4 49 2F
Octal 40 317 316 125 0 0 23 264 111 57
Binary 100000 11001111 11001110 1010101 0 0 10011 10110100 1001001 101111

Color Harmonies of #20CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CFCE

Black with #20CFCE

Text Example


Text Example

White with #20CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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