Html Css Color HEX #51E3BA Turquoise

📋 copy color: '#51E3BA'

red 81 ◦ green 227 ◦ blue 186

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

Shades of Turquoise #51E3BA

Tints of Turquoise #51E3BA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 16.4%
G = 45.95%
B = 37.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#51E3BA (or 0x51E3BA) is known color: Turquoise. HEX triplet: 51, E3 and BA. RGB value is (81,227,186). Sum of RGB (Red+Green+Blue) = 81+227+186=494 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.40% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #51E3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E3BA is #AE1C45. Grayscale: #B2B2B2. Windows color (decimal): -11410502 or 12247889. OLE color: 12247889.

HSL color Cylindrical-coordinate representation of color #51E3BA: hue angle of 163.15º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E3BA is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 81 227 186 -
CMYK 0.64 0 0.18 0.11
HSL 163.15º 0.72% 0.6% -
HSV(B) 163.15º 0.64% 0.89% -
XYZ 39.73 60.23 55.99 -
YUV 178.67 132.13 58.33 -
System Red Green Blue C M Y K H S L
Decimal 81 227 186 0.64 0 0.18 0.11 163.15 0.72 0.6
Hex 51 E3 BA 40 0 12 B A3 48 3C
Octal 121 343 272 100 0 22 13 243 110 74
Binary 1010001 11100011 10111010 1000000 0 10010 1011 10100011 1001000 111100

Color Harmonies of #51E3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E3BA

Black with #51E3BA

Text Example


Text Example

White with #51E3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,227,186); }

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

background-color css

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

 a { background-color: rgb(81,227,186); }

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

border-color css

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

 span { border-color: rgb(81,227,186); }

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