Shades of Medium Turquoise #46CFD8
Tints of Medium Turquoise #46CFD8
RGB
CMYK
RGB Variations
Color information
#46CFD8 (or 0x46CFD8) is known color: Medium Turquoise. HEX triplet: 46, CF and D8. RGB value is (70,207,216). Sum of RGB (Red+Green+Blue) = 70+207+216=493 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.20% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #46CFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFD8 is #B93027. Grayscale: #A6A6A6. Windows color (decimal): -12136488 or 14208838. OLE color: 14208838.
HSL color Cylindrical-coordinate representation of color #46CFD8: hue angle of 183.7º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CFD8 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 207 | 216 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.15 |
| HSL | 183.7º | 0.65% | 0.56% | - |
| HSV(B) | 183.7º | 0.68% | 0.85% | - |
| XYZ | 37.23 | 50.89 | 72.83 | - |
| YUV | 167.06 | 155.61 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 216 | 0.68 | 0.04 | 0 | 0.15 | 183.7 | 0.65 | 0.56 |
| Hex | 46 | CF | D8 | 44 | 4 | 0 | F | B8 | 41 | 38 |
| Octal | 106 | 317 | 330 | 104 | 4 | 0 | 17 | 270 | 101 | 70 |
| Binary | 1000110 | 11001111 | 11011000 | 1000100 | 100 | 0 | 1111 | 10111000 | 1000001 | 111000 |
Color Harmonies of #46CFD8
Complementary color
Monochromatic Colors of #46CFD8
Black with #46CFD8
Text Example
Text Example
White with #46CFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFD8; }
p { color: rgb(70,207,216); }
H1.HeaderClassName
{
color: #46CFD8;
}
.AnyTagClassName
{
color: #46CFD8;
}
</style>
background-color css
<style>
a { background-color: #46CFD8; }
a { background-color: rgb(70,207,216); }
div.DivClassName
{
background-color: #46CFD8;
}
.BgClassName
{
background-color: #46CFD8;
}
</style>
border-color css
<style>
span { border-color: #46CFD8; }
span { border-color: rgb(70,207,216); }
td.TdClassName
{
border-color: #46CFD8;
}
.TagClassName
{
border-color: #46CFD8;
}
</style>