Shades of Turquoise #47FDEA
Tints of Turquoise #47FDEA
RGB
CMYK
RGB Variations
Color information
#47FDEA (or 0x47FDEA) is known color: Turquoise. HEX triplet: 47, FD and EA. RGB value is (71,253,234). Sum of RGB (Red+Green+Blue) = 71+253+234=558 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.72% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FDEA is #B80215. Grayscale: #C4C4C4. Windows color (decimal): -12059158 or 15400263. OLE color: 15400263.
HSL color Cylindrical-coordinate representation of color #47FDEA: hue angle of 173.74º 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 #47FDEA is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 253 | 234 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.01 |
| HSL | 173.74º | 0.98% | 0.64% | - |
| HSV(B) | 173.74º | 0.72% | 0.99% | - |
| XYZ | 52.58 | 77.53 | 90.04 | - |
| YUV | 196.42 | 149.2 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 253 | 234 | 0.72 | 0 | 0.08 | 0.01 | 173.74 | 0.98 | 0.64 |
| Hex | 47 | FD | EA | 48 | 0 | 8 | 1 | AE | 62 | 40 |
| Octal | 107 | 375 | 352 | 110 | 0 | 10 | 1 | 256 | 142 | 100 |
| Binary | 1000111 | 11111101 | 11101010 | 1001000 | 0 | 1000 | 1 | 10101110 | 1100010 | 1000000 |
Color Harmonies of #47FDEA
Complementary color
Monochromatic Colors of #47FDEA
Black with #47FDEA
Text Example
Text Example
White with #47FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FDEA; }
p { color: rgb(71,253,234); }
H1.HeaderClassName
{
color: #47FDEA;
}
.AnyTagClassName
{
color: #47FDEA;
}
</style>
background-color css
<style>
a { background-color: #47FDEA; }
a { background-color: rgb(71,253,234); }
div.DivClassName
{
background-color: #47FDEA;
}
.BgClassName
{
background-color: #47FDEA;
}
</style>
border-color css
<style>
span { border-color: #47FDEA; }
span { border-color: rgb(71,253,234); }
td.TdClassName
{
border-color: #47FDEA;
}
.TagClassName
{
border-color: #47FDEA;
}
</style>