Html Css Color HEX #20EFC0 Turquoise

📋 copy color: '#20EFC0'

red 32 ◦ green 239 ◦ blue 192

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

Shades of Turquoise #20EFC0

Tints of Turquoise #20EFC0

RGB

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

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

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

R = 6.91%
G = 51.62%
B = 41.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#20EFC0 (or 0x20EFC0) is known color: Turquoise. HEX triplet: 20, EF and C0. RGB value is (32,239,192). Sum of RGB (Red+Green+Blue) = 32+239+192=463 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.91% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFC0 is #DF103F. Grayscale: #ABABAB. Windows color (decimal): -14618688 or 12644128. OLE color: 12644128.

HSL color Cylindrical-coordinate representation of color #20EFC0: hue angle of 166.38º 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 #20EFC0 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 239 192 -
CMYK 0.87 0 0.20 0.06
HSL 166.38º 0.87% 0.53% -
HSV(B) 166.38º 0.87% 0.94% -
XYZ 40.98 65.85 60.42 -
YUV 171.75 139.42 28.32 -
System Red Green Blue C M Y K H S L
Decimal 32 239 192 0.87 0 0.20 0.06 166.38 0.87 0.53
Hex 20 EF C0 57 0 14 6 A6 57 35
Octal 40 357 300 127 0 24 6 246 127 65
Binary 100000 11101111 11000000 1010111 0 10100 110 10100110 1010111 110101

Color Harmonies of #20EFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EFC0

Black with #20EFC0

Text Example


Text Example

White with #20EFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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