#51FAE7

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

Shades of Turquoise #51FAE7

Tints of Turquoise #51FAE7

Color information

#51FAE7 (or 0x51FAE7) is unknown color: approx Turquoise. HEX triplet: 51, FA and E7. RGB value is (81,250,231). Sum of RGB (Red+Green+Blue) = 81+250+231=562 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.41% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #51FAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FAE7 is #AE0518. Grayscale: #C5C5C5. Windows color (decimal): -11404569 or 15202897. OLE color: 15202897.

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

Color convert

RGB81250231-
CMYK0.6800.080.02
HSL173.25º94.41%64.9%-
HSV(B)173.25º67.6%98.04%-
XYZ5275.8987.51-
YUV197.3147.0145.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.41%
GREEN value IS 250 (98.05% from 255) = 44.48%
BLUE value IS 231 (90.62% from 255) = 41.10%
R=14.41%
G=44.48%
B=41.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal812502310.6800.080.02173.2594.4164.9
Hex51FAE744082ad5e41
Octal1213723471040102255136101
Binary10100011111101011100111100010001000101010110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,250,231); }

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

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

 a { background-color: rgb(81,250,231); }

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

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

 span { border-color: rgb(81,250,231); }

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