Html Css Color HEX #20ECBD Turquoise

📋 copy color: '#20ECBD'

red 32 ◦ green 236 ◦ blue 189

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

Shades of Turquoise #20ECBD

Tints of Turquoise #20ECBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 7%
G = 51.64%
B = 41.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#20ECBD (or 0x20ECBD) is known color: Turquoise. HEX triplet: 20, EC and BD. RGB value is (32,236,189). Sum of RGB (Red+Green+Blue) = 32+236+189=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECBD is #DF1342. Grayscale: #A9A9A9. Windows color (decimal): -14619459 or 12446752. OLE color: 12446752.

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

Color convert

RGB 32 236 189 -
CMYK 0.86 0 0.20 0.07
HSL 166.18º 0.84% 0.53% -
HSV(B) 166.18º 0.86% 0.93% -
XYZ 39.78 63.97 58.4 -
YUV 169.65 138.91 29.82 -
System Red Green Blue C M Y K H S L
Decimal 32 236 189 0.86 0 0.20 0.07 166.18 0.84 0.53
Hex 20 EC BD 56 0 14 7 A6 54 35
Octal 40 354 275 126 0 24 7 246 124 65
Binary 100000 11101100 10111101 1010110 0 10100 111 10100110 1010100 110101

Color Harmonies of #20ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ECBD

Black with #20ECBD

Text Example


Text Example

White with #20ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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