#51E8FC

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

Shades of Turquoise Blue #51E8FC

Tints of Turquoise Blue #51E8FC

Color information

#51E8FC (or 0x51E8FC) is unknown color: approx Turquoise Blue. HEX triplet: 51, E8 and FC. RGB value is (81,232,252). Sum of RGB (Red+Green+Blue) = 81+232+252=565 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.34% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #51E8FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51E8FC is #AE1703. Grayscale: #BCBCBC. Windows color (decimal): -11409156 or 16574545. OLE color: 16574545.

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

Color convert

RGB81232252-
CMYK0.680.0800.01
HSL187.02º96.61%65.29%-
HSV(B)187.02º67.86%98.82%-
XYZ49.8266.49102.3-
YUV189.13163.4750.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.34%
GREEN value IS 232 (91.02% from 255) = 41.06%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=14.34%
G=41.06%
B=44.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal812322520.680.0800.01187.0296.6165.29
Hex51E8FC44801bb6141
Octal1213503741041001273141101
Binary1010001111010001111110010001001000011011101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,232,252); }

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

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

 a { background-color: rgb(81,232,252); }

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

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

 span { border-color: rgb(81,232,252); }

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