Html Css Color HEX #20ECC0 Turquoise

📋 copy color: '#20ECC0'

red 32 ◦ green 236 ◦ blue 192

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

Shades of Turquoise #20ECC0

Tints of Turquoise #20ECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.3%

 BLUE value IS 192 (75.39% from 255) = 41.74%

R = 6.96%
G = 51.3%
B = 41.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#20ECC0 (or 0x20ECC0) is known color: Turquoise. HEX triplet: 20, EC and C0. RGB value is (32,236,192). Sum of RGB (Red+Green+Blue) = 32+236+192=460 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.96% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECC0 is #DF133F. Grayscale: #A9A9A9. Windows color (decimal): -14619456 or 12643360. OLE color: 12643360.

HSL color Cylindrical-coordinate representation of color #20ECC0: hue angle of 167.06º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ECC0 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 236 192 -
CMYK 0.86 0 0.19 0.07
HSL 167.06º 0.84% 0.53% -
HSV(B) 167.06º 0.86% 0.93% -
XYZ 40.11 64.1 60.13 -
YUV 169.99 140.41 29.58 -
System Red Green Blue C M Y K H S L
Decimal 32 236 192 0.86 0 0.19 0.07 167.06 0.84 0.53
Hex 20 EC C0 56 0 13 7 A7 54 35
Octal 40 354 300 126 0 23 7 247 124 65
Binary 100000 11101100 11000000 1010110 0 10011 111 10100111 1010100 110101

Color Harmonies of #20ECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ECC0

Black with #20ECC0

Text Example


Text Example

White with #20ECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,236,192); }

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

background-color css

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

 a { background-color: rgb(32,236,192); }

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

border-color css

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

 span { border-color: rgb(32,236,192); }

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