Shades of Turquoise #46DCEA
Tints of Turquoise #46DCEA
RGB
CMYK
RGB Variations
Color information
#46DCEA (or 0x46DCEA) is known color: Turquoise. HEX triplet: 46, DC and EA. RGB value is (70,220,234). Sum of RGB (Red+Green+Blue) = 70+220+234=524 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.36% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #46DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DCEA is #B92315. Grayscale: #B0B0B0. Windows color (decimal): -12133142 or 15391814. OLE color: 15391814.
HSL color Cylindrical-coordinate representation of color #46DCEA: hue angle of 185.12º 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 #46DCEA is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 220 | 234 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.08 |
| HSL | 185.12º | 0.8% | 0.6% | - |
| HSV(B) | 185.12º | 0.7% | 0.92% | - |
| XYZ | 42.97 | 58.43 | 86.86 | - |
| YUV | 176.75 | 160.31 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 234 | 0.70 | 0.06 | 0 | 0.08 | 185.12 | 0.8 | 0.6 |
| Hex | 46 | DC | EA | 46 | 6 | 0 | 8 | B9 | 50 | 3C |
| Octal | 106 | 334 | 352 | 106 | 6 | 0 | 10 | 271 | 120 | 74 |
| Binary | 1000110 | 11011100 | 11101010 | 1000110 | 110 | 0 | 1000 | 10111001 | 1010000 | 111100 |
Color Harmonies of #46DCEA
Complementary color
Monochromatic Colors of #46DCEA
Black with #46DCEA
Text Example
Text Example
White with #46DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DCEA; }
p { color: rgb(70,220,234); }
H1.HeaderClassName
{
color: #46DCEA;
}
.AnyTagClassName
{
color: #46DCEA;
}
</style>
background-color css
<style>
a { background-color: #46DCEA; }
a { background-color: rgb(70,220,234); }
div.DivClassName
{
background-color: #46DCEA;
}
.BgClassName
{
background-color: #46DCEA;
}
</style>
border-color css
<style>
span { border-color: #46DCEA; }
span { border-color: rgb(70,220,234); }
td.TdClassName
{
border-color: #46DCEA;
}
.TagClassName
{
border-color: #46DCEA;
}
</style>