Html Css Color HEX #51FEBF Turquoise

📋 copy color: '#51FEBF'

red 81 ◦ green 254 ◦ blue 191

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

Shades of Turquoise #51FEBF

Tints of Turquoise #51FEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.31%

R = 15.4%
G = 48.29%
B = 36.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#51FEBF (or 0x51FEBF) is known color: Turquoise. HEX triplet: 51, FE and BF. RGB value is (81,254,191). Sum of RGB (Red+Green+Blue) = 81+254+191=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #51FEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FEBF is #AE0140. Grayscale: #C3C3C3. Windows color (decimal): -11403585 or 12582481. OLE color: 12582481.

HSL color Cylindrical-coordinate representation of color #51FEBF: hue angle of 158.15º 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 #51FEBF is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 254 191 -
CMYK 0.68 0 0.25 0.00
HSL 158.15º 0.99% 0.66% -
HSV(B) 158.15º 0.68% 1% -
XYZ 48.24 76.39 61.49 -
YUV 195.09 125.69 46.62 -
System Red Green Blue C M Y K H S L
Decimal 81 254 191 0.68 0 0.25 0.00 158.15 0.99 0.66
Hex 51 FE BF 44 0 19 0 9E 63 42
Octal 121 376 277 104 0 31 0 236 143 102
Binary 1010001 11111110 10111111 1000100 0 11001 0 10011110 1100011 1000010

Color Harmonies of #51FEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FEBF

Black with #51FEBF

Text Example


Text Example

White with #51FEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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