Shades of Turquoise #47FDD3
Tints of Turquoise #47FDD3
RGB
CMYK
RGB Variations
Color information
#47FDD3 (or 0x47FDD3) is known color: Turquoise. HEX triplet: 47, FD and D3. RGB value is (71,253,211). Sum of RGB (Red+Green+Blue) = 71+253+211=535 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.27% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDD3 is #B8022C. Grayscale: #C1C1C1. Windows color (decimal): -12059181 or 13892935. OLE color: 13892935.
HSL color Cylindrical-coordinate representation of color #47FDD3: hue angle of 166.15º 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 #47FDD3 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 253 | 211 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.01 |
| HSL | 166.15º | 0.98% | 0.64% | - |
| HSV(B) | 166.15º | 0.72% | 0.99% | - |
| XYZ | 49.48 | 76.29 | 73.75 | - |
| YUV | 193.79 | 137.7 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 253 | 211 | 0.72 | 0 | 0.17 | 0.01 | 166.15 | 0.98 | 0.64 |
| Hex | 47 | FD | D3 | 48 | 0 | 11 | 1 | A6 | 62 | 40 |
| Octal | 107 | 375 | 323 | 110 | 0 | 21 | 1 | 246 | 142 | 100 |
| Binary | 1000111 | 11111101 | 11010011 | 1001000 | 0 | 10001 | 1 | 10100110 | 1100010 | 1000000 |
Color Harmonies of #47FDD3
Complementary color
Monochromatic Colors of #47FDD3
Black with #47FDD3
Text Example
Text Example
White with #47FDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FDD3; }
p { color: rgb(71,253,211); }
H1.HeaderClassName
{
color: #47FDD3;
}
.AnyTagClassName
{
color: #47FDD3;
}
</style>
background-color css
<style>
a { background-color: #47FDD3; }
a { background-color: rgb(71,253,211); }
div.DivClassName
{
background-color: #47FDD3;
}
.BgClassName
{
background-color: #47FDD3;
}
</style>
border-color css
<style>
span { border-color: #47FDD3; }
span { border-color: rgb(71,253,211); }
td.TdClassName
{
border-color: #47FDD3;
}
.TagClassName
{
border-color: #47FDD3;
}
</style>