#51E4FD

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

Shades of Turquoise Blue #51E4FD

Tints of Turquoise Blue #51E4FD

Color information

#51E4FD (or 0x51E4FD) is unknown color: approx Turquoise Blue. HEX triplet: 51, E4 and FD. RGB value is (81,228,253). Sum of RGB (Red+Green+Blue) = 81+228+253=562 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.41% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #51E4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E4FD is #AE1B02. Grayscale: #BABABA. Windows color (decimal): -11410179 or 16639057. OLE color: 16639057.

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

Color convert

RGB81228253-
CMYK0.680.1000.01
HSL188.72º97.73%65.49%-
HSV(B)188.72º67.98%99.22%-
XYZ48.8764.33102.77-
YUV186.9165.352.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.41%
GREEN value IS 228 (89.45% from 255) = 40.57%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=14.41%
G=40.57%
B=45.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal812282530.680.1000.01188.7297.7365.49
Hex51E4FD44A01bd6241
Octal1213443751041201275142101
Binary1010001111001001111110110001001010011011110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,228,253); }

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

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

 a { background-color: rgb(81,228,253); }

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

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

 span { border-color: rgb(81,228,253); }

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