Shades of Turquoise #46DBE9
Tints of Turquoise #46DBE9
RGB
CMYK
RGB Variations
Color information
#46DBE9 (or 0x46DBE9) is known color: Turquoise. HEX triplet: 46, DB and E9. RGB value is (70,219,233). Sum of RGB (Red+Green+Blue) = 70+219+233=522 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.41% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #46DBE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DBE9 is #B92416. Grayscale: #AFAFAF. Windows color (decimal): -12133399 or 15326022. OLE color: 15326022.
HSL color Cylindrical-coordinate representation of color #46DBE9: hue angle of 185.15º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46DBE9 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 219 | 233 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.09 |
| HSL | 185.15º | 0.79% | 0.59% | - |
| HSV(B) | 185.15º | 0.7% | 0.91% | - |
| XYZ | 42.57 | 57.85 | 86.01 | - |
| YUV | 176.05 | 160.14 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 233 | 0.70 | 0.06 | 0 | 0.09 | 185.15 | 0.79 | 0.59 |
| Hex | 46 | DB | E9 | 46 | 6 | 0 | 9 | B9 | 4F | 3B |
| Octal | 106 | 333 | 351 | 106 | 6 | 0 | 11 | 271 | 117 | 73 |
| Binary | 1000110 | 11011011 | 11101001 | 1000110 | 110 | 0 | 1001 | 10111001 | 1001111 | 111011 |
Color Harmonies of #46DBE9
Complementary color
Monochromatic Colors of #46DBE9
Black with #46DBE9
Text Example
Text Example
White with #46DBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBE9; }
p { color: rgb(70,219,233); }
H1.HeaderClassName
{
color: #46DBE9;
}
.AnyTagClassName
{
color: #46DBE9;
}
</style>
background-color css
<style>
a { background-color: #46DBE9; }
a { background-color: rgb(70,219,233); }
div.DivClassName
{
background-color: #46DBE9;
}
.BgClassName
{
background-color: #46DBE9;
}
</style>
border-color css
<style>
span { border-color: #46DBE9; }
span { border-color: rgb(70,219,233); }
td.TdClassName
{
border-color: #46DBE9;
}
.TagClassName
{
border-color: #46DBE9;
}
</style>