#51D6F8

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

Shades of Turquoise Blue #51D6F8

Tints of Turquoise Blue #51D6F8

Color information

#51D6F8 (or 0x51D6F8) is unknown color: approx Turquoise Blue. HEX triplet: 51, D6 and F8. RGB value is (81,214,248). Sum of RGB (Red+Green+Blue) = 81+214+248=543 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.92% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #51D6F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D6F8 is #AE2907. Grayscale: #B1B1B1. Windows color (decimal): -11413768 or 16307793. OLE color: 16307793.

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

Color convert

RGB81214248-
CMYK0.670.1400.03
HSL192.22º92.27%64.51%-
HSV(B)192.22º67.34%97.25%-
XYZ44.3856.6297.4-
YUV178.11167.4458.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.92%
GREEN value IS 214 (83.98% from 255) = 39.41%
BLUE value IS 248 (97.27% from 255) = 45.67%
R=14.92%
G=39.41%
B=45.67%

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
Decimal812142480.670.1400.03192.2292.2764.51
Hex51D6F843E03c05c41
Octal1213263701031603300134101
Binary10100011101011011111000100001111100111100000010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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