Shades of Turquoise #46DBDB
Tints of Turquoise #46DBDB
RGB
CMYK
RGB Variations
Color information
#46DBDB (or 0x46DBDB) is known color: Turquoise. HEX triplet: 46, DB and DB. RGB value is (70,219,219). Sum of RGB (Red+Green+Blue) = 70+219+219=508 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.78% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #46DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DBDB is #B92424. Grayscale: #AEAEAE. Windows color (decimal): -12133413 or 14408518. OLE color: 14408518.
HSL color Cylindrical-coordinate representation of color #46DBDB: hue angle of 180º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DBDB is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 70 | 219 | 219 | - |
CMYK | 0.68 | 0 | 0 | 0.14 |
HSL | 180º | 0.67% | 0.57% | - |
HSV(B) | 180º | 0.68% | 0.86% | - |
XYZ | 40.64 | 57.08 | 75.89 | - |
YUV | 174.45 | 153.14 | 53.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 70 | 219 | 219 | 0.68 | 0 | 0 | 0.14 | 180 | 0.67 | 0.57 |
Hex | 46 | DB | DB | 44 | 0 | 0 | E | B4 | 43 | 39 |
Octal | 106 | 333 | 333 | 104 | 0 | 0 | 16 | 264 | 103 | 71 |
Binary | 1000110 | 11011011 | 11011011 | 1000100 | 0 | 0 | 1110 | 10110100 | 1000011 | 111001 |
Color Harmonies of #46DBDB
Complementary color
Monochromatic Colors of #46DBDB
Black with #46DBDB
Text Example
Text Example
White with #46DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBDB; }
p { color: rgb(70,219,219); }
H1.HeaderClassName
{
color: #46DBDB;
}
.AnyTagClassName
{
color: #46DBDB;
}
</style>
background-color css
<style>
a { background-color: #46DBDB; }
a { background-color: rgb(70,219,219); }
div.DivClassName
{
background-color: #46DBDB;
}
.BgClassName
{
background-color: #46DBDB;
}
</style>
border-color css
<style>
span { border-color: #46DBDB; }
span { border-color: rgb(70,219,219); }
td.TdClassName
{
border-color: #46DBDB;
}
.TagClassName
{
border-color: #46DBDB;
}
</style>