Shades of Turquoise #46FCCD
Tints of Turquoise #46FCCD
RGB
CMYK
RGB Variations
Color information
#46FCCD (or 0x46FCCD) is known color: Turquoise. HEX triplet: 46, FC and CD. RGB value is (70,252,205). Sum of RGB (Red+Green+Blue) = 70+252+205=527 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.28% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #46FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FCCD is #B90332. Grayscale: #C0C0C0. Windows color (decimal): -12124979 or 13499462. OLE color: 13499462.
HSL color Cylindrical-coordinate representation of color #46FCCD: hue angle of 164.51º 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 #46FCCD is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 252 | 205 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.01 |
| HSL | 164.51º | 0.97% | 0.63% | - |
| HSV(B) | 164.51º | 0.72% | 0.99% | - |
| XYZ | 48.36 | 75.33 | 69.75 | - |
| YUV | 192.22 | 135.2 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 252 | 205 | 0.72 | 0 | 0.19 | 0.01 | 164.51 | 0.97 | 0.63 |
| Hex | 46 | FC | CD | 48 | 0 | 13 | 1 | A5 | 61 | 3F |
| Octal | 106 | 374 | 315 | 110 | 0 | 23 | 1 | 245 | 141 | 77 |
| Binary | 1000110 | 11111100 | 11001101 | 1001000 | 0 | 10011 | 1 | 10100101 | 1100001 | 111111 |
Color Harmonies of #46FCCD
Complementary color
Monochromatic Colors of #46FCCD
Black with #46FCCD
Text Example
Text Example
White with #46FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FCCD; }
p { color: rgb(70,252,205); }
H1.HeaderClassName
{
color: #46FCCD;
}
.AnyTagClassName
{
color: #46FCCD;
}
</style>
background-color css
<style>
a { background-color: #46FCCD; }
a { background-color: rgb(70,252,205); }
div.DivClassName
{
background-color: #46FCCD;
}
.BgClassName
{
background-color: #46FCCD;
}
</style>
border-color css
<style>
span { border-color: #46FCCD; }
span { border-color: rgb(70,252,205); }
td.TdClassName
{
border-color: #46FCCD;
}
.TagClassName
{
border-color: #46FCCD;
}
</style>