Html Css Color HEX #20CFDA Dark Turquoise

📋 copy color: '#20CFDA'

red 32 ◦ green 207 ◦ blue 218

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

Shades of Dark Turquoise #20CFDA

Tints of Dark Turquoise #20CFDA

RGB

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

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

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

R = 7%
G = 45.3%
B = 47.7%

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

#20CFDA (or 0x20CFDA) is known color: Dark Turquoise. HEX triplet: 20, CF and DA. RGB value is (32,207,218). Sum of RGB (Red+Green+Blue) = 32+207+218=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #20CFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFDA is #DF3025. Grayscale: #9B9B9B. Windows color (decimal): -14626854 or 14339872. OLE color: 14339872.

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

Color convert

RGB 32 207 218 -
CMYK 0.85 0.05 0 0.15
HSL 183.55º 0.74% 0.49% -
HSV(B) 183.55º 0.85% 0.85% -
XYZ 35.56 49.99 74.11 -
YUV 155.93 163.02 39.61 -
System Red Green Blue C M Y K H S L
Decimal 32 207 218 0.85 0.05 0 0.15 183.55 0.74 0.49
Hex 20 CF DA 55 5 0 F B8 4A 31
Octal 40 317 332 125 5 0 17 270 112 61
Binary 100000 11001111 11011010 1010101 101 0 1111 10111000 1001010 110001

Color Harmonies of #20CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CFDA

Black with #20CFDA

Text Example


Text Example

White with #20CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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