Html Css Color HEX #20ECBB Turquoise

📋 copy color: '#20ECBB'

red 32 ◦ green 236 ◦ blue 187

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

Shades of Turquoise #20ECBB

Tints of Turquoise #20ECBB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.87%

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

R = 7.03%
G = 51.87%
B = 41.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#20ECBB (or 0x20ECBB) is known color: Turquoise. HEX triplet: 20, EC and BB. RGB value is (32,236,187). Sum of RGB (Red+Green+Blue) = 32+236+187=455 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.03% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECBB is #DF1344. Grayscale: #A9A9A9. Windows color (decimal): -14619461 or 12315680. OLE color: 12315680.

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

Color convert

RGB 32 236 187 -
CMYK 0.86 0 0.21 0.07
HSL 165.59º 0.84% 0.53% -
HSV(B) 165.59º 0.86% 0.93% -
XYZ 39.56 63.89 57.26 -
YUV 169.42 137.91 29.98 -
System Red Green Blue C M Y K H S L
Decimal 32 236 187 0.86 0 0.21 0.07 165.59 0.84 0.53
Hex 20 EC BB 56 0 15 7 A6 54 35
Octal 40 354 273 126 0 25 7 246 124 65
Binary 100000 11101100 10111011 1010110 0 10101 111 10100110 1010100 110101

Color Harmonies of #20ECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ECBB

Black with #20ECBB

Text Example


Text Example

White with #20ECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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