Html Css Color HEX #20CCDA Dark Turquoise

📋 copy color: '#20CCDA'

red 32 ◦ green 204 ◦ blue 218

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

Shades of Dark Turquoise #20CCDA

Tints of Dark Turquoise #20CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.93%

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 7.05%
G = 44.93%
B = 48.02%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#20CCDA (or 0x20CCDA) is known color: Dark Turquoise. HEX triplet: 20, CC and DA. RGB value is (32,204,218). Sum of RGB (Red+Green+Blue) = 32+204+218=454 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.05% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #20CCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCDA is #DF3325. Grayscale: #999999. Windows color (decimal): -14627622 or 14339104. OLE color: 14339104.

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

Color convert

RGB 32 204 218 -
CMYK 0.85 0.06 0 0.15
HSL 184.52º 0.74% 0.49% -
HSV(B) 184.52º 0.85% 0.85% -
XYZ 34.84 48.55 73.87 -
YUV 154.17 164.02 40.86 -
System Red Green Blue C M Y K H S L
Decimal 32 204 218 0.85 0.06 0 0.15 184.52 0.74 0.49
Hex 20 CC DA 55 6 0 F B9 4A 31
Octal 40 314 332 125 6 0 17 271 112 61
Binary 100000 11001100 11011010 1010101 110 0 1111 10111001 1001010 110001

Color Harmonies of #20CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCDA

Black with #20CCDA

Text Example


Text Example

White with #20CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,204,218); }

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

background-color css

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

 a { background-color: rgb(32,204,218); }

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

border-color css

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

 span { border-color: rgb(32,204,218); }

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