Shades of Medium Turquoise #46CEDD
Tints of Medium Turquoise #46CEDD
RGB
CMYK
RGB Variations
Color information
#46CEDD (or 0x46CEDD) is known color: Medium Turquoise. HEX triplet: 46, CE and DD. RGB value is (70,206,221). Sum of RGB (Red+Green+Blue) = 70+206+221=497 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.08% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #46CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEDD is #B93122. Grayscale: #A6A6A6. Windows color (decimal): -12136739 or 14536262. OLE color: 14536262.
HSL color Cylindrical-coordinate representation of color #46CEDD: hue angle of 185.96º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CEDD is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 206 | 221 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.13 |
| HSL | 185.96º | 0.69% | 0.57% | - |
| HSV(B) | 185.96º | 0.68% | 0.87% | - |
| XYZ | 37.65 | 50.67 | 76.2 | - |
| YUV | 167.05 | 158.44 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 221 | 0.68 | 0.07 | 0 | 0.13 | 185.96 | 0.69 | 0.57 |
| Hex | 46 | CE | DD | 44 | 7 | 0 | D | BA | 45 | 39 |
| Octal | 106 | 316 | 335 | 104 | 7 | 0 | 15 | 272 | 105 | 71 |
| Binary | 1000110 | 11001110 | 11011101 | 1000100 | 111 | 0 | 1101 | 10111010 | 1000101 | 111001 |
Color Harmonies of #46CEDD
Complementary color
Monochromatic Colors of #46CEDD
Black with #46CEDD
Text Example
Text Example
White with #46CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEDD; }
p { color: rgb(70,206,221); }
H1.HeaderClassName
{
color: #46CEDD;
}
.AnyTagClassName
{
color: #46CEDD;
}
</style>
background-color css
<style>
a { background-color: #46CEDD; }
a { background-color: rgb(70,206,221); }
div.DivClassName
{
background-color: #46CEDD;
}
.BgClassName
{
background-color: #46CEDD;
}
</style>
border-color css
<style>
span { border-color: #46CEDD; }
span { border-color: rgb(70,206,221); }
td.TdClassName
{
border-color: #46CEDD;
}
.TagClassName
{
border-color: #46CEDD;
}
</style>