Shades of Medium Turquoise #46CFDC
Tints of Medium Turquoise #46CFDC
RGB
CMYK
RGB Variations
Color information
#46CFDC (or 0x46CFDC) is known color: Medium Turquoise. HEX triplet: 46, CF and DC. RGB value is (70,207,220). Sum of RGB (Red+Green+Blue) = 70+207+220=497 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.08% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #46CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFDC is #B93023. Grayscale: #A7A7A7. Windows color (decimal): -12136484 or 14470982. OLE color: 14470982.
HSL color Cylindrical-coordinate representation of color #46CFDC: hue angle of 185.2º 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 #46CFDC is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 207 | 220 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.14 |
| HSL | 185.2º | 0.68% | 0.57% | - |
| HSV(B) | 185.2º | 0.68% | 0.86% | - |
| XYZ | 37.76 | 51.1 | 75.58 | - |
| YUV | 167.52 | 157.61 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 220 | 0.68 | 0.06 | 0 | 0.14 | 185.2 | 0.68 | 0.57 |
| Hex | 46 | CF | DC | 44 | 6 | 0 | E | B9 | 44 | 39 |
| Octal | 106 | 317 | 334 | 104 | 6 | 0 | 16 | 271 | 104 | 71 |
| Binary | 1000110 | 11001111 | 11011100 | 1000100 | 110 | 0 | 1110 | 10111001 | 1000100 | 111001 |
Color Harmonies of #46CFDC
Complementary color
Monochromatic Colors of #46CFDC
Black with #46CFDC
Text Example
Text Example
White with #46CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFDC; }
p { color: rgb(70,207,220); }
H1.HeaderClassName
{
color: #46CFDC;
}
.AnyTagClassName
{
color: #46CFDC;
}
</style>
background-color css
<style>
a { background-color: #46CFDC; }
a { background-color: rgb(70,207,220); }
div.DivClassName
{
background-color: #46CFDC;
}
.BgClassName
{
background-color: #46CFDC;
}
</style>
border-color css
<style>
span { border-color: #46CFDC; }
span { border-color: rgb(70,207,220); }
td.TdClassName
{
border-color: #46CFDC;
}
.TagClassName
{
border-color: #46CFDC;
}
</style>