Shades of Medium Turquoise #46CFC9
Tints of Medium Turquoise #46CFC9
RGB
CMYK
RGB Variations
Color information
#46CFC9 (or 0x46CFC9) is known color: Medium Turquoise. HEX triplet: 46, CF and C9. RGB value is (70,207,201). Sum of RGB (Red+Green+Blue) = 70+207+201=478 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.64% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFC9 is #B93036. Grayscale: #A5A5A5. Windows color (decimal): -12136503 or 13225798. OLE color: 13225798.
HSL color Cylindrical-coordinate representation of color #46CFC9: hue angle of 177.37º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CFC9 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 201 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.19 |
| HSL | 177.37º | 0.59% | 0.54% | - |
| HSV(B) | 177.37º | 0.66% | 0.81% | - |
| XYZ | 35.38 | 50.14 | 63.07 | - |
| YUV | 165.35 | 148.11 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 201 | 0.66 | 0 | 0.03 | 0.19 | 177.37 | 0.59 | 0.54 |
| Hex | 46 | CF | C9 | 42 | 0 | 3 | 13 | B1 | 3B | 36 |
| Octal | 106 | 317 | 311 | 102 | 0 | 3 | 23 | 261 | 73 | 66 |
| Binary | 1000110 | 11001111 | 11001001 | 1000010 | 0 | 11 | 10011 | 10110001 | 111011 | 110110 |
Color Harmonies of #46CFC9
Complementary color
Monochromatic Colors of #46CFC9
Black with #46CFC9
Text Example
Text Example
White with #46CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFC9; }
p { color: rgb(70,207,201); }
H1.HeaderClassName
{
color: #46CFC9;
}
.AnyTagClassName
{
color: #46CFC9;
}
</style>
background-color css
<style>
a { background-color: #46CFC9; }
a { background-color: rgb(70,207,201); }
div.DivClassName
{
background-color: #46CFC9;
}
.BgClassName
{
background-color: #46CFC9;
}
</style>
border-color css
<style>
span { border-color: #46CFC9; }
span { border-color: rgb(70,207,201); }
td.TdClassName
{
border-color: #46CFC9;
}
.TagClassName
{
border-color: #46CFC9;
}
</style>