Shades of Medium Turquoise #46CFEA
Tints of Medium Turquoise #46CFEA
RGB
CMYK
RGB Variations
Color information
#46CFEA (or 0x46CFEA) is known color: Medium Turquoise. HEX triplet: 46, CF and EA. RGB value is (70,207,234). Sum of RGB (Red+Green+Blue) = 70+207+234=511 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.70% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #46CFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CFEA is #B93015. Grayscale: #A8A8A8. Windows color (decimal): -12136470 or 15388486. OLE color: 15388486.
HSL color Cylindrical-coordinate representation of color #46CFEA: hue angle of 189.88º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46CFEA is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 207 | 234 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.08 |
| HSL | 189.88º | 0.8% | 0.6% | - |
| HSV(B) | 189.88º | 0.7% | 0.92% | - |
| XYZ | 39.69 | 51.87 | 85.76 | - |
| YUV | 169.12 | 164.61 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 234 | 0.70 | 0.12 | 0 | 0.08 | 189.88 | 0.8 | 0.6 |
| Hex | 46 | CF | EA | 46 | C | 0 | 8 | BE | 50 | 3C |
| Octal | 106 | 317 | 352 | 106 | 14 | 0 | 10 | 276 | 120 | 74 |
| Binary | 1000110 | 11001111 | 11101010 | 1000110 | 1100 | 0 | 1000 | 10111110 | 1010000 | 111100 |
Color Harmonies of #46CFEA
Complementary color
Monochromatic Colors of #46CFEA
Black with #46CFEA
Text Example
Text Example
White with #46CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFEA; }
p { color: rgb(70,207,234); }
H1.HeaderClassName
{
color: #46CFEA;
}
.AnyTagClassName
{
color: #46CFEA;
}
</style>
background-color css
<style>
a { background-color: #46CFEA; }
a { background-color: rgb(70,207,234); }
div.DivClassName
{
background-color: #46CFEA;
}
.BgClassName
{
background-color: #46CFEA;
}
</style>
border-color css
<style>
span { border-color: #46CFEA; }
span { border-color: rgb(70,207,234); }
td.TdClassName
{
border-color: #46CFEA;
}
.TagClassName
{
border-color: #46CFEA;
}
</style>