Shades of Medium Turquoise #46CDDD
Tints of Medium Turquoise #46CDDD
RGB
CMYK
RGB Variations
Color information
#46CDDD (or 0x46CDDD) is known color: Medium Turquoise. HEX triplet: 46, CD and DD. RGB value is (70,205,221). Sum of RGB (Red+Green+Blue) = 70+205+221=496 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.11% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #46CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDDD is #B93222. Grayscale: #A6A6A6. Windows color (decimal): -12136995 or 14536006. OLE color: 14536006.
HSL color Cylindrical-coordinate representation of color #46CDDD: hue angle of 186.36º 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 #46CDDD is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 205 | 221 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.13 |
| HSL | 186.36º | 0.69% | 0.57% | - |
| HSV(B) | 186.36º | 0.68% | 0.87% | - |
| XYZ | 37.41 | 50.19 | 76.12 | - |
| YUV | 166.46 | 158.77 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 221 | 0.68 | 0.07 | 0 | 0.13 | 186.36 | 0.69 | 0.57 |
| Hex | 46 | CD | DD | 44 | 7 | 0 | D | BA | 45 | 39 |
| Octal | 106 | 315 | 335 | 104 | 7 | 0 | 15 | 272 | 105 | 71 |
| Binary | 1000110 | 11001101 | 11011101 | 1000100 | 111 | 0 | 1101 | 10111010 | 1000101 | 111001 |
Color Harmonies of #46CDDD
Complementary color
Monochromatic Colors of #46CDDD
Black with #46CDDD
Text Example
Text Example
White with #46CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDDD; }
p { color: rgb(70,205,221); }
H1.HeaderClassName
{
color: #46CDDD;
}
.AnyTagClassName
{
color: #46CDDD;
}
</style>
background-color css
<style>
a { background-color: #46CDDD; }
a { background-color: rgb(70,205,221); }
div.DivClassName
{
background-color: #46CDDD;
}
.BgClassName
{
background-color: #46CDDD;
}
</style>
border-color css
<style>
span { border-color: #46CDDD; }
span { border-color: rgb(70,205,221); }
td.TdClassName
{
border-color: #46CDDD;
}
.TagClassName
{
border-color: #46CDDD;
}
</style>