Shades of Turquoise Blue #46DAFE
Tints of Turquoise Blue #46DAFE
RGB
CMYK
RGB Variations
Color information
#46DAFE (or 0x46DAFE) is known color: Turquoise Blue. HEX triplet: 46, DA and FE. RGB value is (70,218,254). Sum of RGB (Red+Green+Blue) = 70+218+254=542 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.92% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #46DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DAFE is #B92501. Grayscale: #B1B1B1. Windows color (decimal): -12133634 or 16702022. OLE color: 16702022.
HSL color Cylindrical-coordinate representation of color #46DAFE: hue angle of 191.74º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46DAFE is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 218 | 254 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.00 |
| HSL | 191.74º | 0.99% | 0.64% | - |
| HSV(B) | 191.74º | 0.72% | 1% | - |
| XYZ | 45.49 | 58.6 | 102.68 | - |
| YUV | 177.85 | 170.97 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 218 | 254 | 0.72 | 0.14 | 0 | 0.00 | 191.74 | 0.99 | 0.64 |
| Hex | 46 | DA | FE | 48 | E | 0 | 0 | C0 | 63 | 40 |
| Octal | 106 | 332 | 376 | 110 | 16 | 0 | 0 | 300 | 143 | 100 |
| Binary | 1000110 | 11011010 | 11111110 | 1001000 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000000 |
Color Harmonies of #46DAFE
Complementary color
Monochromatic Colors of #46DAFE
Black with #46DAFE
Text Example
Text Example
White with #46DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DAFE; }
p { color: rgb(70,218,254); }
H1.HeaderClassName
{
color: #46DAFE;
}
.AnyTagClassName
{
color: #46DAFE;
}
</style>
background-color css
<style>
a { background-color: #46DAFE; }
a { background-color: rgb(70,218,254); }
div.DivClassName
{
background-color: #46DAFE;
}
.BgClassName
{
background-color: #46DAFE;
}
</style>
border-color css
<style>
span { border-color: #46DAFE; }
span { border-color: rgb(70,218,254); }
td.TdClassName
{
border-color: #46DAFE;
}
.TagClassName
{
border-color: #46DAFE;
}
</style>