Html Css Color HEX #51FEBA Turquoise

📋 copy color: '#51FEBA'

red 81 ◦ green 254 ◦ blue 186

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

Shades of Turquoise #51FEBA

Tints of Turquoise #51FEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.75%

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

R = 15.55%
G = 48.75%
B = 35.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#51FEBA (or 0x51FEBA) is known color: Turquoise. HEX triplet: 51, FE and BA. RGB value is (81,254,186). Sum of RGB (Red+Green+Blue) = 81+254+186=521 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.55% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #51FEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FEBA is #AE0145. Grayscale: #C2C2C2. Windows color (decimal): -11403590 or 12254801. OLE color: 12254801.

HSL color Cylindrical-coordinate representation of color #51FEBA: hue angle of 156.42º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FEBA is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 254 186 -
CMYK 0.68 0 0.27 0.00
HSL 156.42º 0.99% 0.66% -
HSV(B) 156.42º 0.68% 1% -
XYZ 47.7 76.18 58.64 -
YUV 194.52 123.19 47.03 -
System Red Green Blue C M Y K H S L
Decimal 81 254 186 0.68 0 0.27 0.00 156.42 0.99 0.66
Hex 51 FE BA 44 0 1B 0 9C 63 42
Octal 121 376 272 104 0 33 0 234 143 102
Binary 1010001 11111110 10111010 1000100 0 11011 0 10011100 1100011 1000010

Color Harmonies of #51FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FEBA

Black with #51FEBA

Text Example


Text Example

White with #51FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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