Shades of Turquoise Blue #51CEF6
Tints of Turquoise Blue #51CEF6
RGB
CMYK
RGB Variations
Color information
#51CEF6 (or 0x51CEF6) is known color: Turquoise Blue. HEX triplet: 51, CE and F6. RGB value is (81,206,246). Sum of RGB (Red+Green+Blue) = 81+206+246=533 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.20% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #51CEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CEF6 is #AE3109. Grayscale: #ACACAC. Windows color (decimal): -11415818 or 16174673. OLE color: 16174673.
HSL color Cylindrical-coordinate representation of color #51CEF6: hue angle of 194.55º 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 #51CEF6 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 206 | 246 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.04 |
| HSL | 194.55º | 0.9% | 0.64% | - |
| HSV(B) | 194.55º | 0.67% | 0.96% | - |
| XYZ | 42.1 | 52.55 | 95.11 | - |
| YUV | 173.19 | 169.09 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 206 | 246 | 0.67 | 0.16 | 0 | 0.04 | 194.55 | 0.9 | 0.64 |
| Hex | 51 | CE | F6 | 43 | 10 | 0 | 4 | C3 | 5A | 40 |
| Octal | 121 | 316 | 366 | 103 | 20 | 0 | 4 | 303 | 132 | 100 |
| Binary | 1010001 | 11001110 | 11110110 | 1000011 | 10000 | 0 | 100 | 11000011 | 1011010 | 1000000 |
Color Harmonies of #51CEF6
Complementary color
Monochromatic Colors of #51CEF6
Black with #51CEF6
Text Example
Text Example
White with #51CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CEF6; }
p { color: rgb(81,206,246); }
H1.HeaderClassName
{
color: #51CEF6;
}
.AnyTagClassName
{
color: #51CEF6;
}
</style>
background-color css
<style>
a { background-color: #51CEF6; }
a { background-color: rgb(81,206,246); }
div.DivClassName
{
background-color: #51CEF6;
}
.BgClassName
{
background-color: #51CEF6;
}
</style>
border-color css
<style>
span { border-color: #51CEF6; }
span { border-color: rgb(81,206,246); }
td.TdClassName
{
border-color: #51CEF6;
}
.TagClassName
{
border-color: #51CEF6;
}
</style>