#51DFF0

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

Shades of Turquoise Blue #51DFF0

Tints of Turquoise Blue #51DFF0

Color information

#51DFF0 (or 0x51DFF0) is unknown color: approx Turquoise Blue. HEX triplet: 51, DF and F0. RGB value is (81,223,240). Sum of RGB (Red+Green+Blue) = 81+223+240=544 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.89% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #51DFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DFF0 is #AE200F. Grayscale: #B6B6B6. Windows color (decimal): -11411472 or 15785809. OLE color: 15785809.

HSL color Cylindrical-coordinate representation of color #51DFF0: hue angle of 186.42º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51DFF0 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB81223240-
CMYK0.660.0700.06
HSL186.42º84.13%62.94%-
HSV(B)186.42º66.25%94.12%-
XYZ45.5160.8291.78-
YUV182.48160.4655.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.89%
GREEN value IS 223 (87.5% from 255) = 40.99%
BLUE value IS 240 (94.14% from 255) = 44.12%
R=14.89%
G=40.99%
B=44.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal812232400.660.0700.06186.4284.1362.94
Hex51DFF042706ba543f
Octal12133736010270627212477
Binary1010001110111111111000010000101110110101110101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,223,240); }

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

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

 a { background-color: rgb(81,223,240); }

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

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

 span { border-color: rgb(81,223,240); }

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