#51D5F8

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

Shades of Turquoise Blue #51D5F8

Tints of Turquoise Blue #51D5F8

Color information

#51D5F8 (or 0x51D5F8) is unknown color: approx Turquoise Blue. HEX triplet: 51, D5 and F8. RGB value is (81,213,248). Sum of RGB (Red+Green+Blue) = 81+213+248=542 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.94% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #51D5F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D5F8 is #AE2A07. Grayscale: #B1B1B1. Windows color (decimal): -11414024 or 16307537. OLE color: 16307537.

HSL color Cylindrical-coordinate representation of color #51D5F8: hue angle of 192.57º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51D5F8 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB81213248-
CMYK0.670.1400.03
HSL192.57º92.27%64.51%-
HSV(B)192.57º67.34%97.25%-
XYZ44.1356.1297.31-
YUV177.52167.7759.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.94%
GREEN value IS 213 (83.59% from 255) = 39.30%
BLUE value IS 248 (97.27% from 255) = 45.76%
R=14.94%
G=39.30%
B=45.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal812132480.670.1400.03192.5792.2764.51
Hex51D5F843E03c15c41
Octal1213253701031603301134101
Binary10100011101010111111000100001111100111100000110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,213,248); }

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

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

 a { background-color: rgb(81,213,248); }

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

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

 span { border-color: rgb(81,213,248); }

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