Shades of Medium Turquoise #46CCC8
Tints of Medium Turquoise #46CCC8
RGB
CMYK
RGB Variations
Color information
#46CCC8 (or 0x46CCC8) is known color: Medium Turquoise. HEX triplet: 46, CC and C8. RGB value is (70,204,200). Sum of RGB (Red+Green+Blue) = 70+204+200=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #46CCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCC8 is #B93337. Grayscale: #A3A3A3. Windows color (decimal): -12137272 or 13159494. OLE color: 13159494.
HSL color Cylindrical-coordinate representation of color #46CCC8: hue angle of 178.21º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CCC8 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 200 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.2 |
| HSL | 178.21º | 0.57% | 0.54% | - |
| HSV(B) | 178.21º | 0.66% | 0.8% | - |
| XYZ | 34.54 | 48.66 | 62.21 | - |
| YUV | 163.48 | 148.61 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 200 | 0.66 | 0 | 0.02 | 0.2 | 178.21 | 0.57 | 0.54 |
| Hex | 46 | CC | C8 | 42 | 0 | 2 | 14 | B2 | 39 | 36 |
| Octal | 106 | 314 | 310 | 102 | 0 | 2 | 24 | 262 | 71 | 66 |
| Binary | 1000110 | 11001100 | 11001000 | 1000010 | 0 | 10 | 10100 | 10110010 | 111001 | 110110 |
Color Harmonies of #46CCC8
Complementary color
Monochromatic Colors of #46CCC8
Black with #46CCC8
Text Example
Text Example
White with #46CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CCC8; }
p { color: rgb(70,204,200); }
H1.HeaderClassName
{
color: #46CCC8;
}
.AnyTagClassName
{
color: #46CCC8;
}
</style>
background-color css
<style>
a { background-color: #46CCC8; }
a { background-color: rgb(70,204,200); }
div.DivClassName
{
background-color: #46CCC8;
}
.BgClassName
{
background-color: #46CCC8;
}
</style>
border-color css
<style>
span { border-color: #46CCC8; }
span { border-color: rgb(70,204,200); }
td.TdClassName
{
border-color: #46CCC8;
}
.TagClassName
{
border-color: #46CCC8;
}
</style>