Html Css Color HEX #20EBC0 Turquoise

📋 copy color: '#20EBC0'

red 32 ◦ green 235 ◦ blue 192

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

Shades of Turquoise #20EBC0

Tints of Turquoise #20EBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.2%

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

R = 6.97%
G = 51.2%
B = 41.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#20EBC0 (or 0x20EBC0) is known color: Turquoise. HEX triplet: 20, EB and C0. RGB value is (32,235,192). Sum of RGB (Red+Green+Blue) = 32+235+192=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #20EBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EBC0 is #DF143F. Grayscale: #A9A9A9. Windows color (decimal): -14619712 or 12643104. OLE color: 12643104.

HSL color Cylindrical-coordinate representation of color #20EBC0: hue angle of 167.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EBC0 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 235 192 -
CMYK 0.86 0 0.18 0.08
HSL 167.29º 0.84% 0.52% -
HSV(B) 167.29º 0.86% 0.92% -
XYZ 39.82 63.53 60.03 -
YUV 169.4 140.75 30 -
System Red Green Blue C M Y K H S L
Decimal 32 235 192 0.86 0 0.18 0.08 167.29 0.84 0.52
Hex 20 EB C0 56 0 12 8 A7 54 34
Octal 40 353 300 126 0 22 10 247 124 64
Binary 100000 11101011 11000000 1010110 0 10010 1000 10100111 1010100 110100

Color Harmonies of #20EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EBC0

Black with #20EBC0

Text Example


Text Example

White with #20EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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