Html Css Color HEX #20EBBF Turquoise

📋 copy color: '#20EBBF'

red 32 ◦ green 235 ◦ blue 191

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

Shades of Turquoise #20EBBF

Tints of Turquoise #20EBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.7%

R = 6.99%
G = 51.31%
B = 41.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#20EBBF (or 0x20EBBF) is known color: Turquoise. HEX triplet: 20, EB and BF. RGB value is (32,235,191). Sum of RGB (Red+Green+Blue) = 32+235+191=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #20EBBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EBBF is #DF1440. Grayscale: #A9A9A9. Windows color (decimal): -14619713 or 12577568. OLE color: 12577568.

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

Color convert

RGB 32 235 191 -
CMYK 0.86 0 0.19 0.08
HSL 167º 0.84% 0.52% -
HSV(B) 167º 0.86% 0.92% -
XYZ 39.71 63.49 59.45 -
YUV 169.29 140.25 30.08 -
System Red Green Blue C M Y K H S L
Decimal 32 235 191 0.86 0 0.19 0.08 167 0.84 0.52
Hex 20 EB BF 56 0 13 8 A7 54 34
Octal 40 353 277 126 0 23 10 247 124 64
Binary 100000 11101011 10111111 1010110 0 10011 1000 10100111 1010100 110100

Color Harmonies of #20EBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EBBF

Black with #20EBBF

Text Example


Text Example

White with #20EBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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