Shades of Turquoise #46DCEB
Tints of Turquoise #46DCEB
RGB
CMYK
RGB Variations
Color information
#46DCEB (or 0x46DCEB) is known color: Turquoise. HEX triplet: 46, DC and EB. RGB value is (70,220,235). Sum of RGB (Red+Green+Blue) = 70+220+235=525 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.33% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #46DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DCEB is #B92314. Grayscale: #B0B0B0. Windows color (decimal): -12133141 or 15457350. OLE color: 15457350.
HSL color Cylindrical-coordinate representation of color #46DCEB: hue angle of 185.45º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46DCEB is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 220 | 235 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.08 |
| HSL | 185.45º | 0.8% | 0.6% | - |
| HSV(B) | 185.45º | 0.7% | 0.92% | - |
| XYZ | 43.11 | 58.49 | 87.61 | - |
| YUV | 176.86 | 160.81 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 235 | 0.70 | 0.06 | 0 | 0.08 | 185.45 | 0.8 | 0.6 |
| Hex | 46 | DC | EB | 46 | 6 | 0 | 8 | B9 | 50 | 3C |
| Octal | 106 | 334 | 353 | 106 | 6 | 0 | 10 | 271 | 120 | 74 |
| Binary | 1000110 | 11011100 | 11101011 | 1000110 | 110 | 0 | 1000 | 10111001 | 1010000 | 111100 |
Color Harmonies of #46DCEB
Complementary color
Monochromatic Colors of #46DCEB
Black with #46DCEB
Text Example
Text Example
White with #46DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DCEB; }
p { color: rgb(70,220,235); }
H1.HeaderClassName
{
color: #46DCEB;
}
.AnyTagClassName
{
color: #46DCEB;
}
</style>
background-color css
<style>
a { background-color: #46DCEB; }
a { background-color: rgb(70,220,235); }
div.DivClassName
{
background-color: #46DCEB;
}
.BgClassName
{
background-color: #46DCEB;
}
</style>
border-color css
<style>
span { border-color: #46DCEB; }
span { border-color: rgb(70,220,235); }
td.TdClassName
{
border-color: #46DCEB;
}
.TagClassName
{
border-color: #46DCEB;
}
</style>