#51D8F8

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

Shades of Turquoise Blue #51D8F8

Tints of Turquoise Blue #51D8F8

Color information

#51D8F8 (or 0x51D8F8) is unknown color: approx Turquoise Blue. HEX triplet: 51, D8 and F8. RGB value is (81,216,248). Sum of RGB (Red+Green+Blue) = 81+216+248=545 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.86% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #51D8F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D8F8 is #AE2707. Grayscale: #B3B3B3. Windows color (decimal): -11413256 or 16308305. OLE color: 16308305.

HSL color Cylindrical-coordinate representation of color #51D8F8: hue angle of 191.5º 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 #51D8F8 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB81216248-
CMYK0.670.1300.03
HSL191.5º92.27%64.51%-
HSV(B)191.5º67.34%97.25%-
XYZ44.8957.6497.57-
YUV179.28166.7757.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.86%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=14.86%
G=39.63%
B=45.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal812162480.670.1300.03191.592.2764.51
Hex51D8F843D03bf5c41
Octal1213303701031503277134101
Binary10100011101100011111000100001111010111011111110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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