Shades of Turquoise #46DCED
Tints of Turquoise #46DCED
RGB
CMYK
RGB Variations
Color information
#46DCED (or 0x46DCED) is known color: Turquoise. HEX triplet: 46, DC and ED. RGB value is (70,220,237). Sum of RGB (Red+Green+Blue) = 70+220+237=527 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.28% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #46DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DCED is #B92312. Grayscale: #B0B0B0. Windows color (decimal): -12133139 or 15588422. OLE color: 15588422.
HSL color Cylindrical-coordinate representation of color #46DCED: hue angle of 186.11º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46DCED is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 220 | 237 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.07 |
| HSL | 186.11º | 0.82% | 0.6% | - |
| HSV(B) | 186.11º | 0.7% | 0.93% | - |
| XYZ | 43.41 | 58.6 | 89.14 | - |
| YUV | 177.09 | 161.81 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 237 | 0.70 | 0.07 | 0 | 0.07 | 186.11 | 0.82 | 0.6 |
| Hex | 46 | DC | ED | 46 | 7 | 0 | 7 | BA | 52 | 3C |
| Octal | 106 | 334 | 355 | 106 | 7 | 0 | 7 | 272 | 122 | 74 |
| Binary | 1000110 | 11011100 | 11101101 | 1000110 | 111 | 0 | 111 | 10111010 | 1010010 | 111100 |
Color Harmonies of #46DCED
Complementary color
Monochromatic Colors of #46DCED
Black with #46DCED
Text Example
Text Example
White with #46DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DCED; }
p { color: rgb(70,220,237); }
H1.HeaderClassName
{
color: #46DCED;
}
.AnyTagClassName
{
color: #46DCED;
}
</style>
background-color css
<style>
a { background-color: #46DCED; }
a { background-color: rgb(70,220,237); }
div.DivClassName
{
background-color: #46DCED;
}
.BgClassName
{
background-color: #46DCED;
}
</style>
border-color css
<style>
span { border-color: #46DCED; }
span { border-color: rgb(70,220,237); }
td.TdClassName
{
border-color: #46DCED;
}
.TagClassName
{
border-color: #46DCED;
}
</style>