Shades of Medium Turquoise #46CFDF
Tints of Medium Turquoise #46CFDF
RGB
CMYK
RGB Variations
Color information
#46CFDF (or 0x46CFDF) is known color: Medium Turquoise. HEX triplet: 46, CF and DF. RGB value is (70,207,223). Sum of RGB (Red+Green+Blue) = 70+207+223=500 (66% of max value = 765). Red value is 70 (27.73% from 255 or 14% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #46CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFDF is #B93020. Grayscale: #A7A7A7. Windows color (decimal): -12136481 or 14667590. OLE color: 14667590.
HSL color Cylindrical-coordinate representation of color #46CFDF: hue angle of 186.27º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46CFDF is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 207 | 223 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.13 |
| HSL | 186.27º | 0.71% | 0.57% | - |
| HSV(B) | 186.27º | 0.69% | 0.87% | - |
| XYZ | 38.16 | 51.26 | 77.69 | - |
| YUV | 167.86 | 159.11 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 223 | 0.69 | 0.07 | 0 | 0.13 | 186.27 | 0.71 | 0.57 |
| Hex | 46 | CF | DF | 45 | 7 | 0 | D | BA | 47 | 39 |
| Octal | 106 | 317 | 337 | 105 | 7 | 0 | 15 | 272 | 107 | 71 |
| Binary | 1000110 | 11001111 | 11011111 | 1000101 | 111 | 0 | 1101 | 10111010 | 1000111 | 111001 |
Color Harmonies of #46CFDF
Complementary color
Monochromatic Colors of #46CFDF
Black with #46CFDF
Text Example
Text Example
White with #46CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFDF; }
p { color: rgb(70,207,223); }
H1.HeaderClassName
{
color: #46CFDF;
}
.AnyTagClassName
{
color: #46CFDF;
}
</style>
background-color css
<style>
a { background-color: #46CFDF; }
a { background-color: rgb(70,207,223); }
div.DivClassName
{
background-color: #46CFDF;
}
.BgClassName
{
background-color: #46CFDF;
}
</style>
border-color css
<style>
span { border-color: #46CFDF; }
span { border-color: rgb(70,207,223); }
td.TdClassName
{
border-color: #46CFDF;
}
.TagClassName
{
border-color: #46CFDF;
}
</style>