Shades of Turquoise #46DBED
Tints of Turquoise #46DBED
RGB
CMYK
RGB Variations
Color information
#46DBED (or 0x46DBED) is known color: Turquoise. HEX triplet: 46, DB and ED. RGB value is (70,219,237). Sum of RGB (Red+Green+Blue) = 70+219+237=526 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.31% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #46DBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DBED is #B92412. Grayscale: #B0B0B0. Windows color (decimal): -12133395 or 15588166. OLE color: 15588166.
HSL color Cylindrical-coordinate representation of color #46DBED: hue angle of 186.47º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46DBED is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 219 | 237 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.07 |
| HSL | 186.47º | 0.82% | 0.6% | - |
| HSV(B) | 186.47º | 0.7% | 0.93% | - |
| XYZ | 43.14 | 58.08 | 89.06 | - |
| YUV | 176.5 | 162.14 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 237 | 0.70 | 0.08 | 0 | 0.07 | 186.47 | 0.82 | 0.6 |
| Hex | 46 | DB | ED | 46 | 8 | 0 | 7 | BA | 52 | 3C |
| Octal | 106 | 333 | 355 | 106 | 10 | 0 | 7 | 272 | 122 | 74 |
| Binary | 1000110 | 11011011 | 11101101 | 1000110 | 1000 | 0 | 111 | 10111010 | 1010010 | 111100 |
Color Harmonies of #46DBED
Complementary color
Monochromatic Colors of #46DBED
Black with #46DBED
Text Example
Text Example
White with #46DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBED; }
p { color: rgb(70,219,237); }
H1.HeaderClassName
{
color: #46DBED;
}
.AnyTagClassName
{
color: #46DBED;
}
</style>
background-color css
<style>
a { background-color: #46DBED; }
a { background-color: rgb(70,219,237); }
div.DivClassName
{
background-color: #46DBED;
}
.BgClassName
{
background-color: #46DBED;
}
</style>
border-color css
<style>
span { border-color: #46DBED; }
span { border-color: rgb(70,219,237); }
td.TdClassName
{
border-color: #46DBED;
}
.TagClassName
{
border-color: #46DBED;
}
</style>