Shades of Turquoise Blue #51DCFF
Tints of Turquoise Blue #51DCFF
RGB
CMYK
RGB Variations
Color information
#51DCFF (or 0x51DCFF) is known color: Turquoise Blue. HEX triplet: 51, DC and FF. RGB value is (81,220,255). Sum of RGB (Red+Green+Blue) = 81+220+255=556 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.57% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #51DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DCFF is #AE2300. Grayscale: #B6B6B6. Windows color (decimal): -11412225 or 16768081. OLE color: 16768081.
HSL color Cylindrical-coordinate representation of color #51DCFF: hue angle of 192.07º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51DCFF is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 220 | 255 | - |
| CMYK | 0.68 | 0.14 | 0 | 0 |
| HSL | 192.07º | 1% | 0.66% | - |
| HSV(B) | 192.07º | 0.68% | 1% | - |
| XYZ | 47.04 | 60.16 | 103.74 | - |
| YUV | 182.43 | 168.95 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 255 | 0.68 | 0.14 | 0 | 0 | 192.07 | 1 | 0.66 |
| Hex | 51 | DC | FF | 44 | E | 0 | 0 | C0 | 64 | 42 |
| Octal | 121 | 334 | 377 | 104 | 16 | 0 | 0 | 300 | 144 | 102 |
| Binary | 1010001 | 11011100 | 11111111 | 1000100 | 1110 | 0 | 0 | 11000000 | 1100100 | 1000010 |
Color Harmonies of #51DCFF
Complementary color
Monochromatic Colors of #51DCFF
Black with #51DCFF
Text Example
Text Example
White with #51DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DCFF; }
p { color: rgb(81,220,255); }
H1.HeaderClassName
{
color: #51DCFF;
}
.AnyTagClassName
{
color: #51DCFF;
}
</style>
background-color css
<style>
a { background-color: #51DCFF; }
a { background-color: rgb(81,220,255); }
div.DivClassName
{
background-color: #51DCFF;
}
.BgClassName
{
background-color: #51DCFF;
}
</style>
border-color css
<style>
span { border-color: #51DCFF; }
span { border-color: rgb(81,220,255); }
td.TdClassName
{
border-color: #51DCFF;
}
.TagClassName
{
border-color: #51DCFF;
}
</style>