#51FBD7

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

Shades of Turquoise #51FBD7

Tints of Turquoise #51FBD7

Color information

#51FBD7 (or 0x51FBD7) is unknown color: approx Turquoise. HEX triplet: 51, FB and D7. RGB value is (81,251,215). Sum of RGB (Red+Green+Blue) = 81+251+215=547 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.81% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #51FBD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FBD7 is #AE0428. Grayscale: #C4C4C4. Windows color (decimal): -11404329 or 14154577. OLE color: 14154577.

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

Color convert

RGB81251215-
CMYK0.6800.140.02
HSL167.29º95.51%65.1%-
HSV(B)167.29º67.73%98.43%-
XYZ50.1675.6576.25-
YUV196.07138.6845.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.81%
GREEN value IS 251 (98.44% from 255) = 45.89%
BLUE value IS 215 (84.38% from 255) = 39.31%
R=14.81%
G=45.89%
B=39.31%

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
Decimal812512150.6800.140.02167.2995.5165.1
Hex51FBD7440E2a76041
Octal1213733271040162247140101
Binary10100011111101111010111100010001110101010011111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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