Html Css Color HEX #20EABB Turquoise

📋 copy color: '#20EABB'

red 32 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #20EABB

Tints of Turquoise #20EABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.66%

 BLUE value IS 187 (73.44% from 255) = 41.28%

R = 7.06%
G = 51.66%
B = 41.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#20EABB (or 0x20EABB) is known color: Turquoise. HEX triplet: 20, EA and BB. RGB value is (32,234,187). Sum of RGB (Red+Green+Blue) = 32+234+187=453 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.06% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #20EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EABB is #DF1544. Grayscale: #A8A8A8. Windows color (decimal): -14619973 or 12315168. OLE color: 12315168.

HSL color Cylindrical-coordinate representation of color #20EABB: hue angle of 166.04º degrees, saturation: 0.83, 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 #20EABB is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 234 187 -
CMYK 0.86 0 0.20 0.08
HSL 166.04º 0.83% 0.52% -
HSV(B) 166.04º 0.86% 0.92% -
XYZ 38.99 62.74 57.07 -
YUV 168.24 138.58 30.82 -
System Red Green Blue C M Y K H S L
Decimal 32 234 187 0.86 0 0.20 0.08 166.04 0.83 0.52
Hex 20 EA BB 56 0 14 8 A6 53 34
Octal 40 352 273 126 0 24 10 246 123 64
Binary 100000 11101010 10111011 1010110 0 10100 1000 10100110 1010011 110100

Color Harmonies of #20EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EABB

Black with #20EABB

Text Example


Text Example

White with #20EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,234,187); }

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

background-color css

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

 a { background-color: rgb(32,234,187); }

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

border-color css

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

 span { border-color: rgb(32,234,187); }

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