#51E5FD

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

Shades of Turquoise Blue #51E5FD

Tints of Turquoise Blue #51E5FD

Color information

#51E5FD (or 0x51E5FD) is unknown color: approx Turquoise Blue. HEX triplet: 51, E5 and FD. RGB value is (81,229,253). Sum of RGB (Red+Green+Blue) = 81+229+253=563 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.39% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #51E5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E5FD is #AE1A02. Grayscale: #BBBBBB. Windows color (decimal): -11409923 or 16639313. OLE color: 16639313.

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

Color convert

RGB81229253-
CMYK0.680.0900.01
HSL188.37º97.73%65.49%-
HSV(B)188.37º67.98%99.22%-
XYZ49.1464.88102.86-
YUV187.48164.9752.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.39%
GREEN value IS 229 (89.84% from 255) = 40.67%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=14.39%
G=40.67%
B=44.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal812292530.680.0900.01188.3797.7365.49
Hex51E5FD44901bc6241
Octal1213453751041101274142101
Binary1010001111001011111110110001001001011011110011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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