Shades of Turquoise #46FDEF
Tints of Turquoise #46FDEF
RGB
CMYK
RGB Variations
Color information
#46FDEF (or 0x46FDEF) is known color: Turquoise. HEX triplet: 46, FD and EF. RGB value is (70,253,239). Sum of RGB (Red+Green+Blue) = 70+253+239=562 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.46% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #46FDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FDEF is #B90210. Grayscale: #C4C4C4. Windows color (decimal): -12124689 or 15727942. OLE color: 15727942.
HSL color Cylindrical-coordinate representation of color #46FDEF: hue angle of 175.41º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FDEF is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 253 | 239 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.01 |
| HSL | 175.41º | 0.98% | 0.63% | - |
| HSV(B) | 175.41º | 0.72% | 0.99% | - |
| XYZ | 53.23 | 77.78 | 93.87 | - |
| YUV | 196.69 | 151.87 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 253 | 239 | 0.72 | 0 | 0.06 | 0.01 | 175.41 | 0.98 | 0.63 |
| Hex | 46 | FD | EF | 48 | 0 | 6 | 1 | AF | 62 | 3F |
| Octal | 106 | 375 | 357 | 110 | 0 | 6 | 1 | 257 | 142 | 77 |
| Binary | 1000110 | 11111101 | 11101111 | 1001000 | 0 | 110 | 1 | 10101111 | 1100010 | 111111 |
Color Harmonies of #46FDEF
Complementary color
Monochromatic Colors of #46FDEF
Black with #46FDEF
Text Example
Text Example
White with #46FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FDEF; }
p { color: rgb(70,253,239); }
H1.HeaderClassName
{
color: #46FDEF;
}
.AnyTagClassName
{
color: #46FDEF;
}
</style>
background-color css
<style>
a { background-color: #46FDEF; }
a { background-color: rgb(70,253,239); }
div.DivClassName
{
background-color: #46FDEF;
}
.BgClassName
{
background-color: #46FDEF;
}
</style>
border-color css
<style>
span { border-color: #46FDEF; }
span { border-color: rgb(70,253,239); }
td.TdClassName
{
border-color: #46FDEF;
}
.TagClassName
{
border-color: #46FDEF;
}
</style>