Html Css Color HEX #20EBBE Turquoise

📋 copy color: '#20EBBE'

red 32 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #20EBBE

Tints of Turquoise #20EBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 7%
G = 51.42%
B = 41.58%

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

#20EBBE (or 0x20EBBE) is known color: Turquoise. HEX triplet: 20, EB and BE. RGB value is (32,235,190). Sum of RGB (Red+Green+Blue) = 32+235+190=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #20EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EBBE is #DF1441. Grayscale: #A9A9A9. Windows color (decimal): -14619714 or 12512032. OLE color: 12512032.

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

Color convert

RGB 32 235 190 -
CMYK 0.86 0 0.19 0.08
HSL 166.7º 0.84% 0.52% -
HSV(B) 166.7º 0.86% 0.92% -
XYZ 39.6 63.44 58.87 -
YUV 169.17 139.75 30.16 -
System Red Green Blue C M Y K H S L
Decimal 32 235 190 0.86 0 0.19 0.08 166.7 0.84 0.52
Hex 20 EB BE 56 0 13 8 A7 54 34
Octal 40 353 276 126 0 23 10 247 124 64
Binary 100000 11101011 10111110 1010110 0 10011 1000 10100111 1010100 110100

Color Harmonies of #20EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EBBE

Black with #20EBBE

Text Example


Text Example

White with #20EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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