#51FDBF

Color #51FDBF Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #51FDBF

Tints of Turquoise #51FDBF

Color information

#51FDBF (or 0x51FDBF) is unknown color: approx Turquoise. HEX triplet: 51, FD and BF. RGB value is (81,253,191). Sum of RGB (Red+Green+Blue) = 81+253+191=525 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.43% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #51FDBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FDBF is #AE0240. Grayscale: #C2C2C2. Windows color (decimal): -11403841 or 12582225. OLE color: 12582225.

HSL color Cylindrical-coordinate representation of color #51FDBF: hue angle of 158.37º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FDBF is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB81253191-
CMYK0.6800.250.01
HSL158.37º97.73%65.49%-
HSV(B)158.37º67.98%99.22%-
XYZ47.9275.7661.39-
YUV194.5126.0247.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.43%
GREEN value IS 253 (99.22% from 255) = 48.19%
BLUE value IS 191 (75% from 255) = 36.38%
R=15.43%
G=48.19%
B=36.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal812531910.6800.250.01158.3797.7365.49
Hex51FDBF4401919e6241
Octal1213752771040311236142101
Binary10100011111110110111111100010001100111001111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51FDBF;
 }
 .AnyTagClassName
 {
   color: #51FDBF;
 }
</style>
background-color css

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

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

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

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

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

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