Html Css Color HEX #51E1BB Turquoise

📋 copy color: '#51E1BB'

red 81 ◦ green 225 ◦ blue 187

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

Shades of Turquoise #51E1BB

Tints of Turquoise #51E1BB

RGB

 RED value IS 81 (32.03% from 255) = 16.43%

 GREEN value IS 225 (88.28% from 255) = 45.64%

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

R = 16.43%
G = 45.64%
B = 37.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#51E1BB (or 0x51E1BB) is known color: Turquoise. HEX triplet: 51, E1 and BB. RGB value is (81,225,187). Sum of RGB (Red+Green+Blue) = 81+225+187=493 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.43% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #51E1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E1BB is #AE1E44. Grayscale: #B1B1B1. Windows color (decimal): -11411013 or 12312913. OLE color: 12312913.

HSL color Cylindrical-coordinate representation of color #51E1BB: hue angle of 164.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E1BB is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 225 187 -
CMYK 0.64 0 0.17 0.12
HSL 164.17º 0.71% 0.6% -
HSV(B) 164.17º 0.64% 0.88% -
XYZ 39.29 59.19 56.37 -
YUV 177.61 133.29 59.09 -
System Red Green Blue C M Y K H S L
Decimal 81 225 187 0.64 0 0.17 0.12 164.17 0.71 0.6
Hex 51 E1 BB 40 0 11 C A4 47 3C
Octal 121 341 273 100 0 21 14 244 107 74
Binary 1010001 11100001 10111011 1000000 0 10001 1100 10100100 1000111 111100

Color Harmonies of #51E1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E1BB

Black with #51E1BB

Text Example


Text Example

White with #51E1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51E1BB; }

 p { color: rgb(81,225,187); }

 H1.HeaderClassName
 {
   color: #51E1BB;
 }
 .AnyTagClassName
 {
   color: #51E1BB;
 }
</style>

background-color css

<style>
 a { background-color: #51E1BB; }

 a { background-color: rgb(81,225,187); }

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

border-color css

<style>
 span { border-color: #51E1BB; }

 span { border-color: rgb(81,225,187); }

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