Shades of Medium Turquoise #46CDDC
Tints of Medium Turquoise #46CDDC
RGB
CMYK
RGB Variations
Color information
#46CDDC (or 0x46CDDC) is known color: Medium Turquoise. HEX triplet: 46, CD and DC. RGB value is (70,205,220). Sum of RGB (Red+Green+Blue) = 70+205+220=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #46CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDDC is #B93223. Grayscale: #A6A6A6. Windows color (decimal): -12136996 or 14470470. OLE color: 14470470.
HSL color Cylindrical-coordinate representation of color #46CDDC: hue angle of 186º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CDDC is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 205 | 220 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.14 |
| HSL | 186º | 0.68% | 0.57% | - |
| HSV(B) | 186º | 0.68% | 0.86% | - |
| XYZ | 37.28 | 50.13 | 75.42 | - |
| YUV | 166.35 | 158.27 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 220 | 0.68 | 0.07 | 0 | 0.14 | 186 | 0.68 | 0.57 |
| Hex | 46 | CD | DC | 44 | 7 | 0 | E | BA | 44 | 39 |
| Octal | 106 | 315 | 334 | 104 | 7 | 0 | 16 | 272 | 104 | 71 |
| Binary | 1000110 | 11001101 | 11011100 | 1000100 | 111 | 0 | 1110 | 10111010 | 1000100 | 111001 |
Color Harmonies of #46CDDC
Complementary color
Monochromatic Colors of #46CDDC
Black with #46CDDC
Text Example
Text Example
White with #46CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDDC; }
p { color: rgb(70,205,220); }
H1.HeaderClassName
{
color: #46CDDC;
}
.AnyTagClassName
{
color: #46CDDC;
}
</style>
background-color css
<style>
a { background-color: #46CDDC; }
a { background-color: rgb(70,205,220); }
div.DivClassName
{
background-color: #46CDDC;
}
.BgClassName
{
background-color: #46CDDC;
}
</style>
border-color css
<style>
span { border-color: #46CDDC; }
span { border-color: rgb(70,205,220); }
td.TdClassName
{
border-color: #46CDDC;
}
.TagClassName
{
border-color: #46CDDC;
}
</style>