#51DCF6

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

Shades of Turquoise Blue #51DCF6

Tints of Turquoise Blue #51DCF6

Color information

#51DCF6 (or 0x51DCF6) is unknown color: approx Turquoise Blue. HEX triplet: 51, DC and F6. RGB value is (81,220,246). Sum of RGB (Red+Green+Blue) = 81+220+246=547 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.81% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #51DCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DCF6 is #AE2309. Grayscale: #B5B5B5. Windows color (decimal): -11412234 or 16178257. OLE color: 16178257.

HSL color Cylindrical-coordinate representation of color #51DCF6: hue angle of 189.45º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51DCF6 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB81220246-
CMYK0.670.1100.04
HSL189.45º90.16%64.12%-
HSV(B)189.45º67.07%96.47%-
XYZ45.6259.5996.29-
YUV181.4164.4556.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.81%
GREEN value IS 220 (86.33% from 255) = 40.22%
BLUE value IS 246 (96.48% from 255) = 44.97%
R=14.81%
G=40.22%
B=44.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal812202460.670.1100.04189.4590.1664.12
Hex51DCF643B04bd5a40
Octal1213343661031304275132100
Binary101000111011100111101101000011101101001011110110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,220,246); }

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

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

 a { background-color: rgb(81,220,246); }

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

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

 span { border-color: rgb(81,220,246); }

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