Shades of Turquoise #47F9DF
Tints of Turquoise #47F9DF
RGB
CMYK
RGB Variations
Color information
#47F9DF (or 0x47F9DF) is known color: Turquoise. HEX triplet: 47, F9 and DF. RGB value is (71,249,223). Sum of RGB (Red+Green+Blue) = 71+249+223=543 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.08% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #47F9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F9DF is #B80620. Grayscale: #C0C0C0. Windows color (decimal): -12060193 or 14678343. OLE color: 14678343.
HSL color Cylindrical-coordinate representation of color #47F9DF: hue angle of 171.24º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F9DF is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 249 | 223 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.02 |
| HSL | 171.24º | 0.94% | 0.63% | - |
| HSV(B) | 171.24º | 0.71% | 0.98% | - |
| XYZ | 49.79 | 74.42 | 81.55 | - |
| YUV | 192.81 | 145.03 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 249 | 223 | 0.71 | 0 | 0.10 | 0.02 | 171.24 | 0.94 | 0.63 |
| Hex | 47 | F9 | DF | 47 | 0 | A | 2 | AB | 5E | 3F |
| Octal | 107 | 371 | 337 | 107 | 0 | 12 | 2 | 253 | 136 | 77 |
| Binary | 1000111 | 11111001 | 11011111 | 1000111 | 0 | 1010 | 10 | 10101011 | 1011110 | 111111 |
Color Harmonies of #47F9DF
Complementary color
Monochromatic Colors of #47F9DF
Black with #47F9DF
Text Example
Text Example
White with #47F9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F9DF; }
p { color: rgb(71,249,223); }
H1.HeaderClassName
{
color: #47F9DF;
}
.AnyTagClassName
{
color: #47F9DF;
}
</style>
background-color css
<style>
a { background-color: #47F9DF; }
a { background-color: rgb(71,249,223); }
div.DivClassName
{
background-color: #47F9DF;
}
.BgClassName
{
background-color: #47F9DF;
}
</style>
border-color css
<style>
span { border-color: #47F9DF; }
span { border-color: rgb(71,249,223); }
td.TdClassName
{
border-color: #47F9DF;
}
.TagClassName
{
border-color: #47F9DF;
}
</style>