Shades of Turquoise #46FCDF
Tints of Turquoise #46FCDF
RGB
CMYK
RGB Variations
Color information
#46FCDF (or 0x46FCDF) is known color: Turquoise. HEX triplet: 46, FC and DF. RGB value is (70,252,223). Sum of RGB (Red+Green+Blue) = 70+252+223=545 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.84% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #46FCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FCDF is #B90320. Grayscale: #C2C2C2. Windows color (decimal): -12124961 or 14679110. OLE color: 14679110.
HSL color Cylindrical-coordinate representation of color #46FCDF: hue angle of 170.44º degrees, saturation: 0.97, 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 #46FCDF is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 252 | 223 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.01 |
| HSL | 170.44º | 0.97% | 0.63% | - |
| HSV(B) | 170.44º | 0.72% | 0.99% | - |
| XYZ | 50.66 | 76.25 | 81.86 | - |
| YUV | 194.28 | 144.2 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 252 | 223 | 0.72 | 0 | 0.12 | 0.01 | 170.44 | 0.97 | 0.63 |
| Hex | 46 | FC | DF | 48 | 0 | C | 1 | AA | 61 | 3F |
| Octal | 106 | 374 | 337 | 110 | 0 | 14 | 1 | 252 | 141 | 77 |
| Binary | 1000110 | 11111100 | 11011111 | 1001000 | 0 | 1100 | 1 | 10101010 | 1100001 | 111111 |
Color Harmonies of #46FCDF
Complementary color
Monochromatic Colors of #46FCDF
Black with #46FCDF
Text Example
Text Example
White with #46FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FCDF; }
p { color: rgb(70,252,223); }
H1.HeaderClassName
{
color: #46FCDF;
}
.AnyTagClassName
{
color: #46FCDF;
}
</style>
background-color css
<style>
a { background-color: #46FCDF; }
a { background-color: rgb(70,252,223); }
div.DivClassName
{
background-color: #46FCDF;
}
.BgClassName
{
background-color: #46FCDF;
}
</style>
border-color css
<style>
span { border-color: #46FCDF; }
span { border-color: rgb(70,252,223); }
td.TdClassName
{
border-color: #46FCDF;
}
.TagClassName
{
border-color: #46FCDF;
}
</style>