Html Css Color HEX #20EFC2 Turquoise

📋 copy color: '#20EFC2'

red 32 ◦ green 239 ◦ blue 194

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

Shades of Turquoise #20EFC2

Tints of Turquoise #20EFC2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.4%

 BLUE value IS 194 (76.17% from 255) = 41.72%

R = 6.88%
G = 51.4%
B = 41.72%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#20EFC2 (or 0x20EFC2) is known color: Turquoise. HEX triplet: 20, EF and C2. RGB value is (32,239,194). Sum of RGB (Red+Green+Blue) = 32+239+194=465 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.88% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFC2 is #DF103D. Grayscale: #ABABAB. Windows color (decimal): -14618686 or 12775200. OLE color: 12775200.

HSL color Cylindrical-coordinate representation of color #20EFC2: hue angle of 166.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EFC2 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 239 194 -
CMYK 0.87 0 0.19 0.06
HSL 166.96º 0.87% 0.53% -
HSV(B) 166.96º 0.87% 0.94% -
XYZ 41.2 65.94 61.59 -
YUV 171.98 140.42 28.16 -
System Red Green Blue C M Y K H S L
Decimal 32 239 194 0.87 0 0.19 0.06 166.96 0.87 0.53
Hex 20 EF C2 57 0 13 6 A7 57 35
Octal 40 357 302 127 0 23 6 247 127 65
Binary 100000 11101111 11000010 1010111 0 10011 110 10100111 1010111 110101

Color Harmonies of #20EFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EFC2

Black with #20EFC2

Text Example


Text Example

White with #20EFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,239,194); }

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

background-color css

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

 a { background-color: rgb(32,239,194); }

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

border-color css

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

 span { border-color: rgb(32,239,194); }

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