Html Css Color HEX #20ECC7 Bright Turquoise

📋 copy color: '#20ECC7'

red 32 ◦ green 236 ◦ blue 199

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

Shades of Bright Turquoise #20ECC7

Tints of Bright Turquoise #20ECC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.61%

R = 6.85%
G = 50.54%
B = 42.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#20ECC7 (or 0x20ECC7) is known color: Bright Turquoise. HEX triplet: 20, EC and C7. RGB value is (32,236,199). Sum of RGB (Red+Green+Blue) = 32+236+199=467 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.85% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECC7 is #DF1338. Grayscale: #AAAAAA. Windows color (decimal): -14619449 or 13102112. OLE color: 13102112.

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

Color convert

RGB 32 236 199 -
CMYK 0.86 0 0.16 0.07
HSL 169.12º 0.84% 0.53% -
HSV(B) 169.12º 0.86% 0.93% -
XYZ 40.9 64.42 64.31 -
YUV 170.79 143.91 29.01 -
System Red Green Blue C M Y K H S L
Decimal 32 236 199 0.86 0 0.16 0.07 169.12 0.84 0.53
Hex 20 EC C7 56 0 10 7 A9 54 35
Octal 40 354 307 126 0 20 7 251 124 65
Binary 100000 11101100 11000111 1010110 0 10000 111 10101001 1010100 110101

Color Harmonies of #20ECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ECC7

Black with #20ECC7

Text Example


Text Example

White with #20ECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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