Html Css Color HEX #20ECC9 Bright Turquoise

📋 copy color: '#20ECC9'

red 32 ◦ green 236 ◦ blue 201

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

Shades of Bright Turquoise #20ECC9

Tints of Bright Turquoise #20ECC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.86%

R = 6.82%
G = 50.32%
B = 42.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#20ECC9 (or 0x20ECC9) is known color: Bright Turquoise. HEX triplet: 20, EC and C9. RGB value is (32,236,201). Sum of RGB (Red+Green+Blue) = 32+236+201=469 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.82% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECC9 is #DF1336. Grayscale: #AAAAAA. Windows color (decimal): -14619447 or 13233184. OLE color: 13233184.

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

Color convert

RGB 32 236 201 -
CMYK 0.86 0 0.15 0.07
HSL 169.71º 0.84% 0.53% -
HSV(B) 169.71º 0.86% 0.93% -
XYZ 41.13 64.52 65.54 -
YUV 171.01 144.91 28.85 -
System Red Green Blue C M Y K H S L
Decimal 32 236 201 0.86 0 0.15 0.07 169.71 0.84 0.53
Hex 20 EC C9 56 0 F 7 AA 54 35
Octal 40 354 311 126 0 17 7 252 124 65
Binary 100000 11101100 11001001 1010110 0 1111 111 10101010 1010100 110101

Color Harmonies of #20ECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ECC9

Black with #20ECC9

Text Example


Text Example

White with #20ECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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