Html Css Color HEX #20EEC2 Turquoise

📋 copy color: '#20EEC2'

red 32 ◦ green 238 ◦ blue 194

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

Shades of Turquoise #20EEC2

Tints of Turquoise #20EEC2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.29%

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

R = 6.9%
G = 51.29%
B = 41.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#20EEC2 (or 0x20EEC2) is known color: Turquoise. HEX triplet: 20, EE and C2. RGB value is (32,238,194). Sum of RGB (Red+Green+Blue) = 32+238+194=464 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.90% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #20EEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EEC2 is #DF113D. Grayscale: #ABABAB. Windows color (decimal): -14618942 or 12774944. OLE color: 12774944.

HSL color Cylindrical-coordinate representation of color #20EEC2: hue angle of 167.18º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EEC2 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 238 194 -
CMYK 0.87 0 0.18 0.07
HSL 167.18º 0.86% 0.53% -
HSV(B) 167.18º 0.87% 0.93% -
XYZ 40.91 65.35 61.5 -
YUV 171.39 140.75 28.58 -
System Red Green Blue C M Y K H S L
Decimal 32 238 194 0.87 0 0.18 0.07 167.18 0.86 0.53
Hex 20 EE C2 57 0 12 7 A7 56 35
Octal 40 356 302 127 0 22 7 247 126 65
Binary 100000 11101110 11000010 1010111 0 10010 111 10100111 1010110 110101

Color Harmonies of #20EEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EEC2

Black with #20EEC2

Text Example


Text Example

White with #20EEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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