Html Css Color HEX #51E8B9 Turquoise

📋 copy color: '#51E8B9'

red 81 ◦ green 232 ◦ blue 185

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

Shades of Turquoise #51E8B9

Tints of Turquoise #51E8B9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.59%

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 16.27%
G = 46.59%
B = 37.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#51E8B9 (or 0x51E8B9) is known color: Turquoise. HEX triplet: 51, E8 and B9. RGB value is (81,232,185). Sum of RGB (Red+Green+Blue) = 81+232+185=498 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.27% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 232 - color contains mainly: green. Hex color #51E8B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E8B9 is #AE1746. Grayscale: #B5B5B5. Windows color (decimal): -11409223 or 12183633. OLE color: 12183633.

HSL color Cylindrical-coordinate representation of color #51E8B9: hue angle of 161.32º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E8B9 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 232 185 -
CMYK 0.65 0 0.20 0.09
HSL 161.32º 0.77% 0.61% -
HSV(B) 161.32º 0.65% 0.91% -
XYZ 41.01 62.97 55.89 -
YUV 181.49 129.97 56.32 -
System Red Green Blue C M Y K H S L
Decimal 81 232 185 0.65 0 0.20 0.09 161.32 0.77 0.61
Hex 51 E8 B9 41 0 14 9 A1 4D 3D
Octal 121 350 271 101 0 24 11 241 115 75
Binary 1010001 11101000 10111001 1000001 0 10100 1001 10100001 1001101 111101

Color Harmonies of #51E8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E8B9

Black with #51E8B9

Text Example


Text Example

White with #51E8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,232,185); }

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

background-color css

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

 a { background-color: rgb(81,232,185); }

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

border-color css

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

 span { border-color: rgb(81,232,185); }

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