#51FBD8

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

Shades of Turquoise #51FBD8

Tints of Turquoise #51FBD8

Color information

#51FBD8 (or 0x51FBD8) is unknown color: approx Turquoise. HEX triplet: 51, FB and D8. RGB value is (81,251,216). Sum of RGB (Red+Green+Blue) = 81+251+216=548 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.78% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #51FBD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FBD8 is #AE0427. Grayscale: #C4C4C4. Windows color (decimal): -11404328 or 14220113. OLE color: 14220113.

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

Color convert

RGB81251216-
CMYK0.6800.140.02
HSL167.65º95.51%65.1%-
HSV(B)167.65º67.73%98.43%-
XYZ50.2975.776.93-
YUV196.18139.1845.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.78%
GREEN value IS 251 (98.44% from 255) = 45.80%
BLUE value IS 216 (84.77% from 255) = 39.42%
R=14.78%
G=45.80%
B=39.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal812512160.6800.140.02167.6595.5165.1
Hex51FBD8440E2a86041
Octal1213733301040162250140101
Binary10100011111101111011000100010001110101010100011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,251,216); }

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

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

 a { background-color: rgb(81,251,216); }

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

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

 span { border-color: rgb(81,251,216); }

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