Shades of Turquoise Blue #46DCFE
Tints of Turquoise Blue #46DCFE
RGB
CMYK
RGB Variations
Color information
#46DCFE (or 0x46DCFE) is known color: Turquoise Blue. HEX triplet: 46, DC and FE. RGB value is (70,220,254). Sum of RGB (Red+Green+Blue) = 70+220+254=544 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.87% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #46DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DCFE is #B92301. Grayscale: #B2B2B2. Windows color (decimal): -12133122 or 16702534. OLE color: 16702534.
HSL color Cylindrical-coordinate representation of color #46DCFE: hue angle of 191.09º 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 #46DCFE is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 220 | 254 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.00 |
| HSL | 191.09º | 0.99% | 0.64% | - |
| HSV(B) | 191.09º | 0.72% | 1% | - |
| XYZ | 46.01 | 59.64 | 102.85 | - |
| YUV | 179.03 | 170.31 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 254 | 0.72 | 0.13 | 0 | 0.00 | 191.09 | 0.99 | 0.64 |
| Hex | 46 | DC | FE | 48 | D | 0 | 0 | BF | 63 | 40 |
| Octal | 106 | 334 | 376 | 110 | 15 | 0 | 0 | 277 | 143 | 100 |
| Binary | 1000110 | 11011100 | 11111110 | 1001000 | 1101 | 0 | 0 | 10111111 | 1100011 | 1000000 |
Color Harmonies of #46DCFE
Complementary color
Monochromatic Colors of #46DCFE
Black with #46DCFE
Text Example
Text Example
White with #46DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DCFE; }
p { color: rgb(70,220,254); }
H1.HeaderClassName
{
color: #46DCFE;
}
.AnyTagClassName
{
color: #46DCFE;
}
</style>
background-color css
<style>
a { background-color: #46DCFE; }
a { background-color: rgb(70,220,254); }
div.DivClassName
{
background-color: #46DCFE;
}
.BgClassName
{
background-color: #46DCFE;
}
</style>
border-color css
<style>
span { border-color: #46DCFE; }
span { border-color: rgb(70,220,254); }
td.TdClassName
{
border-color: #46DCFE;
}
.TagClassName
{
border-color: #46DCFE;
}
</style>