#51E9FC

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

Shades of Turquoise Blue #51E9FC

Tints of Turquoise Blue #51E9FC

Color information

#51E9FC (or 0x51E9FC) is unknown color: approx Turquoise Blue. HEX triplet: 51, E9 and FC. RGB value is (81,233,252). Sum of RGB (Red+Green+Blue) = 81+233+252=566 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.31% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #51E9FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51E9FC is #AE1603. Grayscale: #BDBDBD. Windows color (decimal): -11408900 or 16574801. OLE color: 16574801.

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

Color convert

RGB81233252-
CMYK0.680.0800.01
HSL186.67º96.61%65.29%-
HSV(B)186.67º67.86%98.82%-
XYZ50.167.06102.4-
YUV189.72163.1450.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.31%
GREEN value IS 233 (91.41% from 255) = 41.17%
BLUE value IS 252 (98.83% from 255) = 44.52%
R=14.31%
G=41.17%
B=44.52%

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
Decimal812332520.680.0800.01186.6796.6165.29
Hex51E9FC44801bb6141
Octal1213513741041001273141101
Binary1010001111010011111110010001001000011011101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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