Shades of Turquoise Blue #46DEFE
Tints of Turquoise Blue #46DEFE
RGB
CMYK
RGB Variations
Color information
#46DEFE (or 0x46DEFE) is known color: Turquoise Blue. HEX triplet: 46, DE and FE. RGB value is (70,222,254). Sum of RGB (Red+Green+Blue) = 70+222+254=546 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.82% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #46DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DEFE is #B92101. Grayscale: #B3B3B3. Windows color (decimal): -12132610 or 16703046. OLE color: 16703046.
HSL color Cylindrical-coordinate representation of color #46DEFE: hue angle of 190.43º 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 #46DEFE is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 222 | 254 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.00 |
| HSL | 190.43º | 0.99% | 0.64% | - |
| HSV(B) | 190.43º | 0.72% | 1% | - |
| XYZ | 46.54 | 60.7 | 103.03 | - |
| YUV | 180.2 | 169.64 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 222 | 254 | 0.72 | 0.13 | 0 | 0.00 | 190.43 | 0.99 | 0.64 |
| Hex | 46 | DE | FE | 48 | D | 0 | 0 | BE | 63 | 40 |
| Octal | 106 | 336 | 376 | 110 | 15 | 0 | 0 | 276 | 143 | 100 |
| Binary | 1000110 | 11011110 | 11111110 | 1001000 | 1101 | 0 | 0 | 10111110 | 1100011 | 1000000 |
Color Harmonies of #46DEFE
Complementary color
Monochromatic Colors of #46DEFE
Black with #46DEFE
Text Example
Text Example
White with #46DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DEFE; }
p { color: rgb(70,222,254); }
H1.HeaderClassName
{
color: #46DEFE;
}
.AnyTagClassName
{
color: #46DEFE;
}
</style>
background-color css
<style>
a { background-color: #46DEFE; }
a { background-color: rgb(70,222,254); }
div.DivClassName
{
background-color: #46DEFE;
}
.BgClassName
{
background-color: #46DEFE;
}
</style>
border-color css
<style>
span { border-color: #46DEFE; }
span { border-color: rgb(70,222,254); }
td.TdClassName
{
border-color: #46DEFE;
}
.TagClassName
{
border-color: #46DEFE;
}
</style>