Shades of Medium Turquoise #46CFEB
Tints of Medium Turquoise #46CFEB
RGB
CMYK
RGB Variations
Color information
#46CFEB (or 0x46CFEB) is known color: Medium Turquoise. HEX triplet: 46, CF and EB. RGB value is (70,207,235). Sum of RGB (Red+Green+Blue) = 70+207+235=512 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.67% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #46CFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CFEB is #B93014. Grayscale: #A8A8A8. Windows color (decimal): -12136469 or 15454022. OLE color: 15454022.
HSL color Cylindrical-coordinate representation of color #46CFEB: hue angle of 190.18º 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 #46CFEB is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 207 | 235 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.08 |
| HSL | 190.18º | 0.8% | 0.6% | - |
| HSV(B) | 190.18º | 0.7% | 0.92% | - |
| XYZ | 39.83 | 51.93 | 86.52 | - |
| YUV | 169.23 | 165.11 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 235 | 0.70 | 0.12 | 0 | 0.08 | 190.18 | 0.8 | 0.6 |
| Hex | 46 | CF | EB | 46 | C | 0 | 8 | BE | 50 | 3C |
| Octal | 106 | 317 | 353 | 106 | 14 | 0 | 10 | 276 | 120 | 74 |
| Binary | 1000110 | 11001111 | 11101011 | 1000110 | 1100 | 0 | 1000 | 10111110 | 1010000 | 111100 |
Color Harmonies of #46CFEB
Complementary color
Monochromatic Colors of #46CFEB
Black with #46CFEB
Text Example
Text Example
White with #46CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFEB; }
p { color: rgb(70,207,235); }
H1.HeaderClassName
{
color: #46CFEB;
}
.AnyTagClassName
{
color: #46CFEB;
}
</style>
background-color css
<style>
a { background-color: #46CFEB; }
a { background-color: rgb(70,207,235); }
div.DivClassName
{
background-color: #46CFEB;
}
.BgClassName
{
background-color: #46CFEB;
}
</style>
border-color css
<style>
span { border-color: #46CFEB; }
span { border-color: rgb(70,207,235); }
td.TdClassName
{
border-color: #46CFEB;
}
.TagClassName
{
border-color: #46CFEB;
}
</style>