Shades of Medium Turquoise #46CEC8
Tints of Medium Turquoise #46CEC8
RGB
CMYK
RGB Variations
Color information
#46CEC8 (or 0x46CEC8) is known color: Medium Turquoise. HEX triplet: 46, CE and C8. RGB value is (70,206,200). Sum of RGB (Red+Green+Blue) = 70+206+200=476 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.71% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEC8 is #B93137. Grayscale: #A4A4A4. Windows color (decimal): -12136760 or 13160006. OLE color: 13160006.
HSL color Cylindrical-coordinate representation of color #46CEC8: hue angle of 177.35º degrees, saturation: 0.58, 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 #46CEC8 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 200 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.19 |
| HSL | 177.35º | 0.58% | 0.54% | - |
| HSV(B) | 177.35º | 0.66% | 0.81% | - |
| XYZ | 35.02 | 49.61 | 62.37 | - |
| YUV | 164.65 | 147.94 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 200 | 0.66 | 0 | 0.03 | 0.19 | 177.35 | 0.58 | 0.54 |
| Hex | 46 | CE | C8 | 42 | 0 | 3 | 13 | B1 | 3A | 36 |
| Octal | 106 | 316 | 310 | 102 | 0 | 3 | 23 | 261 | 72 | 66 |
| Binary | 1000110 | 11001110 | 11001000 | 1000010 | 0 | 11 | 10011 | 10110001 | 111010 | 110110 |
Color Harmonies of #46CEC8
Complementary color
Monochromatic Colors of #46CEC8
Black with #46CEC8
Text Example
Text Example
White with #46CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEC8; }
p { color: rgb(70,206,200); }
H1.HeaderClassName
{
color: #46CEC8;
}
.AnyTagClassName
{
color: #46CEC8;
}
</style>
background-color css
<style>
a { background-color: #46CEC8; }
a { background-color: rgb(70,206,200); }
div.DivClassName
{
background-color: #46CEC8;
}
.BgClassName
{
background-color: #46CEC8;
}
</style>
border-color css
<style>
span { border-color: #46CEC8; }
span { border-color: rgb(70,206,200); }
td.TdClassName
{
border-color: #46CEC8;
}
.TagClassName
{
border-color: #46CEC8;
}
</style>