Shades of Turquoise #47FDDA
Tints of Turquoise #47FDDA
RGB
CMYK
RGB Variations
Color information
#47FDDA (or 0x47FDDA) is known color: Turquoise. HEX triplet: 47, FD and DA. RGB value is (71,253,218). Sum of RGB (Red+Green+Blue) = 71+253+218=542 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.10% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDDA is #B80225. Grayscale: #C2C2C2. Windows color (decimal): -12059174 or 14351687. OLE color: 14351687.
HSL color Cylindrical-coordinate representation of color #47FDDA: hue angle of 168.46º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FDDA is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 253 | 218 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.01 |
| HSL | 168.46º | 0.98% | 0.64% | - |
| HSV(B) | 168.46º | 0.72% | 0.99% | - |
| XYZ | 50.38 | 76.65 | 78.47 | - |
| YUV | 194.59 | 141.2 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 253 | 218 | 0.72 | 0 | 0.14 | 0.01 | 168.46 | 0.98 | 0.64 |
| Hex | 47 | FD | DA | 48 | 0 | E | 1 | A8 | 62 | 40 |
| Octal | 107 | 375 | 332 | 110 | 0 | 16 | 1 | 250 | 142 | 100 |
| Binary | 1000111 | 11111101 | 11011010 | 1001000 | 0 | 1110 | 1 | 10101000 | 1100010 | 1000000 |
Color Harmonies of #47FDDA
Complementary color
Monochromatic Colors of #47FDDA
Black with #47FDDA
Text Example
Text Example
White with #47FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FDDA; }
p { color: rgb(71,253,218); }
H1.HeaderClassName
{
color: #47FDDA;
}
.AnyTagClassName
{
color: #47FDDA;
}
</style>
background-color css
<style>
a { background-color: #47FDDA; }
a { background-color: rgb(71,253,218); }
div.DivClassName
{
background-color: #47FDDA;
}
.BgClassName
{
background-color: #47FDDA;
}
</style>
border-color css
<style>
span { border-color: #47FDDA; }
span { border-color: rgb(71,253,218); }
td.TdClassName
{
border-color: #47FDDA;
}
.TagClassName
{
border-color: #47FDDA;
}
</style>