#51FAE6

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

Shades of Turquoise #51FAE6

Tints of Turquoise #51FAE6

Color information

#51FAE6 (or 0x51FAE6) is unknown color: approx Turquoise. HEX triplet: 51, FA and E6. RGB value is (81,250,230). Sum of RGB (Red+Green+Blue) = 81+250+230=561 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.44% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #51FAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FAE6 is #AE0519. Grayscale: #C5C5C5. Windows color (decimal): -11404570 or 15137361. OLE color: 15137361.

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

Color convert

RGB81250230-
CMYK0.6800.080.02
HSL172.9º94.41%64.9%-
HSV(B)172.9º67.6%98.04%-
XYZ51.8675.8386.77-
YUV197.19146.5145.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.44%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 230 (90.23% from 255) = 41.00%
R=14.44%
G=44.56%
B=41.00%

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
Decimal812502300.6800.080.02172.994.4164.9
Hex51FAE644082ad5e41
Octal1213723461040102255136101
Binary10100011111101011100110100010001000101010110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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