Shades of Turquoise #46DBEA
Tints of Turquoise #46DBEA
RGB
CMYK
RGB Variations
Color information
#46DBEA (or 0x46DBEA) is known color: Turquoise. HEX triplet: 46, DB and EA. RGB value is (70,219,234). Sum of RGB (Red+Green+Blue) = 70+219+234=523 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.38% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #46DBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DBEA is #B92415. Grayscale: #AFAFAF. Windows color (decimal): -12133398 or 15391558. OLE color: 15391558.
HSL color Cylindrical-coordinate representation of color #46DBEA: hue angle of 185.49º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46DBEA is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 219 | 234 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.08 |
| HSL | 185.49º | 0.8% | 0.6% | - |
| HSV(B) | 185.49º | 0.7% | 0.92% | - |
| XYZ | 42.71 | 57.91 | 86.77 | - |
| YUV | 176.16 | 160.64 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 234 | 0.70 | 0.06 | 0 | 0.08 | 185.49 | 0.8 | 0.6 |
| Hex | 46 | DB | EA | 46 | 6 | 0 | 8 | B9 | 50 | 3C |
| Octal | 106 | 333 | 352 | 106 | 6 | 0 | 10 | 271 | 120 | 74 |
| Binary | 1000110 | 11011011 | 11101010 | 1000110 | 110 | 0 | 1000 | 10111001 | 1010000 | 111100 |
Color Harmonies of #46DBEA
Complementary color
Monochromatic Colors of #46DBEA
Black with #46DBEA
Text Example
Text Example
White with #46DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBEA; }
p { color: rgb(70,219,234); }
H1.HeaderClassName
{
color: #46DBEA;
}
.AnyTagClassName
{
color: #46DBEA;
}
</style>
background-color css
<style>
a { background-color: #46DBEA; }
a { background-color: rgb(70,219,234); }
div.DivClassName
{
background-color: #46DBEA;
}
.BgClassName
{
background-color: #46DBEA;
}
</style>
border-color css
<style>
span { border-color: #46DBEA; }
span { border-color: rgb(70,219,234); }
td.TdClassName
{
border-color: #46DBEA;
}
.TagClassName
{
border-color: #46DBEA;
}
</style>