Shades of Turquoise #46DBEF
Tints of Turquoise #46DBEF
RGB
CMYK
RGB Variations
Color information
#46DBEF (or 0x46DBEF) is known color: Turquoise. HEX triplet: 46, DB and EF. RGB value is (70,219,239). Sum of RGB (Red+Green+Blue) = 70+219+239=528 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.26% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #46DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DBEF is #B92410. Grayscale: #B0B0B0. Windows color (decimal): -12133393 or 15719238. OLE color: 15719238.
HSL color Cylindrical-coordinate representation of color #46DBEF: hue angle of 187.1º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46DBEF is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 219 | 239 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.06 |
| HSL | 187.1º | 0.84% | 0.61% | - |
| HSV(B) | 187.1º | 0.71% | 0.94% | - |
| XYZ | 43.44 | 58.2 | 90.61 | - |
| YUV | 176.73 | 163.14 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 239 | 0.71 | 0.08 | 0 | 0.06 | 187.1 | 0.84 | 0.61 |
| Hex | 46 | DB | EF | 47 | 8 | 0 | 6 | BB | 54 | 3D |
| Octal | 106 | 333 | 357 | 107 | 10 | 0 | 6 | 273 | 124 | 75 |
| Binary | 1000110 | 11011011 | 11101111 | 1000111 | 1000 | 0 | 110 | 10111011 | 1010100 | 111101 |
Color Harmonies of #46DBEF
Complementary color
Monochromatic Colors of #46DBEF
Black with #46DBEF
Text Example
Text Example
White with #46DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBEF; }
p { color: rgb(70,219,239); }
H1.HeaderClassName
{
color: #46DBEF;
}
.AnyTagClassName
{
color: #46DBEF;
}
</style>
background-color css
<style>
a { background-color: #46DBEF; }
a { background-color: rgb(70,219,239); }
div.DivClassName
{
background-color: #46DBEF;
}
.BgClassName
{
background-color: #46DBEF;
}
</style>
border-color css
<style>
span { border-color: #46DBEF; }
span { border-color: rgb(70,219,239); }
td.TdClassName
{
border-color: #46DBEF;
}
.TagClassName
{
border-color: #46DBEF;
}
</style>