Html Css Color HEX #20EFBB Turquoise

📋 copy color: '#20EFBB'

red 32 ◦ green 239 ◦ blue 187

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

Shades of Turquoise #20EFBB

Tints of Turquoise #20EFBB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.18%

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

R = 6.99%
G = 52.18%
B = 40.83%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#20EFBB (or 0x20EFBB) is known color: Turquoise. HEX triplet: 20, EF and BB. RGB value is (32,239,187). Sum of RGB (Red+Green+Blue) = 32+239+187=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFBB is #DF1044. Grayscale: #ABABAB. Windows color (decimal): -14618693 or 12316448. OLE color: 12316448.

HSL color Cylindrical-coordinate representation of color #20EFBB: hue angle of 164.93º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EFBB is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 239 187 -
CMYK 0.87 0 0.22 0.06
HSL 164.93º 0.87% 0.53% -
HSV(B) 164.93º 0.87% 0.94% -
XYZ 40.43 65.63 57.55 -
YUV 171.18 136.92 28.73 -
System Red Green Blue C M Y K H S L
Decimal 32 239 187 0.87 0 0.22 0.06 164.93 0.87 0.53
Hex 20 EF BB 57 0 16 6 A5 57 35
Octal 40 357 273 127 0 26 6 245 127 65
Binary 100000 11101111 10111011 1010111 0 10110 110 10100101 1010111 110101

Color Harmonies of #20EFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EFBB

Black with #20EFBB

Text Example


Text Example

White with #20EFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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