Html Css Color HEX #20CFDE Dark Turquoise

📋 copy color: '#20CFDE'

red 32 ◦ green 207 ◦ blue 222

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

Shades of Dark Turquoise #20CFDE

Tints of Dark Turquoise #20CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 6.94%
G = 44.9%
B = 48.16%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#20CFDE (or 0x20CFDE) is known color: Dark Turquoise. HEX triplet: 20, CF and DE. RGB value is (32,207,222). Sum of RGB (Red+Green+Blue) = 32+207+222=461 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.94% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #20CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFDE is #DF3021. Grayscale: #9C9C9C. Windows color (decimal): -14626850 or 14602016. OLE color: 14602016.

HSL color Cylindrical-coordinate representation of color #20CFDE: hue angle of 184.74º 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 #20CFDE is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 207 222 -
CMYK 0.86 0.07 0 0.13
HSL 184.74º 0.75% 0.5% -
HSV(B) 184.74º 0.86% 0.87% -
XYZ 36.09 50.21 76.9 -
YUV 156.39 165.02 39.28 -
System Red Green Blue C M Y K H S L
Decimal 32 207 222 0.86 0.07 0 0.13 184.74 0.75 0.5
Hex 20 CF DE 56 7 0 D B9 4B 32
Octal 40 317 336 126 7 0 15 271 113 62
Binary 100000 11001111 11011110 1010110 111 0 1101 10111001 1001011 110010

Color Harmonies of #20CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CFDE

Black with #20CFDE

Text Example


Text Example

White with #20CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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