Html Css Color HEX #51E6B9 Turquoise

📋 copy color: '#51E6B9'

red 81 ◦ green 230 ◦ blue 185

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

Shades of Turquoise #51E6B9

Tints of Turquoise #51E6B9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.37%

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

R = 16.33%
G = 46.37%
B = 37.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#51E6B9 (or 0x51E6B9) is known color: Turquoise. HEX triplet: 51, E6 and B9. RGB value is (81,230,185). Sum of RGB (Red+Green+Blue) = 81+230+185=496 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.33% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #51E6B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E6B9 is #AE1946. Grayscale: #B4B4B4. Windows color (decimal): -11409735 or 12183121. OLE color: 12183121.

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

Color convert

RGB 81 230 185 -
CMYK 0.65 0 0.20 0.10
HSL 161.88º 0.75% 0.61% -
HSV(B) 161.88º 0.65% 0.9% -
XYZ 40.45 61.85 55.7 -
YUV 180.32 130.64 57.16 -
System Red Green Blue C M Y K H S L
Decimal 81 230 185 0.65 0 0.20 0.10 161.88 0.75 0.61
Hex 51 E6 B9 41 0 14 A A2 4B 3D
Octal 121 346 271 101 0 24 12 242 113 75
Binary 1010001 11100110 10111001 1000001 0 10100 1010 10100010 1001011 111101

Color Harmonies of #51E6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E6B9

Black with #51E6B9

Text Example


Text Example

White with #51E6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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