Shades of Turquoise #46DBDF
Tints of Turquoise #46DBDF
RGB
CMYK
RGB Variations
Color information
#46DBDF (or 0x46DBDF) is known color: Turquoise. HEX triplet: 46, DB and DF. RGB value is (70,219,223). Sum of RGB (Red+Green+Blue) = 70+219+223=512 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.67% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #46DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DBDF is #B92420. Grayscale: #AEAEAE. Windows color (decimal): -12133409 or 14670662. OLE color: 14670662.
HSL color Cylindrical-coordinate representation of color #46DBDF: hue angle of 181.57º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46DBDF is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 219 | 223 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.13 |
| HSL | 181.57º | 0.71% | 0.57% | - |
| HSV(B) | 181.57º | 0.69% | 0.87% | - |
| XYZ | 41.18 | 57.29 | 78.7 | - |
| YUV | 174.91 | 155.14 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 223 | 0.69 | 0.02 | 0 | 0.13 | 181.57 | 0.71 | 0.57 |
| Hex | 46 | DB | DF | 45 | 2 | 0 | D | B6 | 47 | 39 |
| Octal | 106 | 333 | 337 | 105 | 2 | 0 | 15 | 266 | 107 | 71 |
| Binary | 1000110 | 11011011 | 11011111 | 1000101 | 10 | 0 | 1101 | 10110110 | 1000111 | 111001 |
Color Harmonies of #46DBDF
Complementary color
Monochromatic Colors of #46DBDF
Black with #46DBDF
Text Example
Text Example
White with #46DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBDF; }
p { color: rgb(70,219,223); }
H1.HeaderClassName
{
color: #46DBDF;
}
.AnyTagClassName
{
color: #46DBDF;
}
</style>
background-color css
<style>
a { background-color: #46DBDF; }
a { background-color: rgb(70,219,223); }
div.DivClassName
{
background-color: #46DBDF;
}
.BgClassName
{
background-color: #46DBDF;
}
</style>
border-color css
<style>
span { border-color: #46DBDF; }
span { border-color: rgb(70,219,223); }
td.TdClassName
{
border-color: #46DBDF;
}
.TagClassName
{
border-color: #46DBDF;
}
</style>