Html Css Color HEX #20EFC1 Turquoise

📋 copy color: '#20EFC1'

red 32 ◦ green 239 ◦ blue 193

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

Shades of Turquoise #20EFC1

Tints of Turquoise #20EFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.59%

R = 6.9%
G = 51.51%
B = 41.59%

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

#20EFC1 (or 0x20EFC1) is known color: Turquoise. HEX triplet: 20, EF and C1. RGB value is (32,239,193). Sum of RGB (Red+Green+Blue) = 32+239+193=464 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.90% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFC1 is #DF103E. Grayscale: #ABABAB. Windows color (decimal): -14618687 or 12709664. OLE color: 12709664.

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

Color convert

RGB 32 239 193 -
CMYK 0.87 0 0.19 0.06
HSL 166.67º 0.87% 0.53% -
HSV(B) 166.67º 0.87% 0.94% -
XYZ 41.09 65.89 61 -
YUV 171.86 139.92 28.24 -
System Red Green Blue C M Y K H S L
Decimal 32 239 193 0.87 0 0.19 0.06 166.67 0.87 0.53
Hex 20 EF C1 57 0 13 6 A7 57 35
Octal 40 357 301 127 0 23 6 247 127 65
Binary 100000 11101111 11000001 1010111 0 10011 110 10100111 1010111 110101

Color Harmonies of #20EFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EFC1

Black with #20EFC1

Text Example


Text Example

White with #20EFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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