Shades of Turquoise #46DBE7
Tints of Turquoise #46DBE7
RGB
CMYK
RGB Variations
Color information
#46DBE7 (or 0x46DBE7) is known color: Turquoise. HEX triplet: 46, DB and E7. RGB value is (70,219,231). Sum of RGB (Red+Green+Blue) = 70+219+231=520 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.46% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #46DBE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DBE7 is #B92418. Grayscale: #AFAFAF. Windows color (decimal): -12133401 or 15194950. OLE color: 15194950.
HSL color Cylindrical-coordinate representation of color #46DBE7: hue angle of 184.47º degrees, saturation: 0.77, 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 #46DBE7 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 219 | 231 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.09 |
| HSL | 184.47º | 0.77% | 0.59% | - |
| HSV(B) | 184.47º | 0.7% | 0.91% | - |
| XYZ | 42.28 | 57.73 | 84.52 | - |
| YUV | 175.82 | 159.14 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 231 | 0.70 | 0.05 | 0 | 0.09 | 184.47 | 0.77 | 0.59 |
| Hex | 46 | DB | E7 | 46 | 5 | 0 | 9 | B8 | 4D | 3B |
| Octal | 106 | 333 | 347 | 106 | 5 | 0 | 11 | 270 | 115 | 73 |
| Binary | 1000110 | 11011011 | 11100111 | 1000110 | 101 | 0 | 1001 | 10111000 | 1001101 | 111011 |
Color Harmonies of #46DBE7
Complementary color
Monochromatic Colors of #46DBE7
Black with #46DBE7
Text Example
Text Example
White with #46DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBE7; }
p { color: rgb(70,219,231); }
H1.HeaderClassName
{
color: #46DBE7;
}
.AnyTagClassName
{
color: #46DBE7;
}
</style>
background-color css
<style>
a { background-color: #46DBE7; }
a { background-color: rgb(70,219,231); }
div.DivClassName
{
background-color: #46DBE7;
}
.BgClassName
{
background-color: #46DBE7;
}
</style>
border-color css
<style>
span { border-color: #46DBE7; }
span { border-color: rgb(70,219,231); }
td.TdClassName
{
border-color: #46DBE7;
}
.TagClassName
{
border-color: #46DBE7;
}
</style>