Shades of Turquoise #47FEED
Tints of Turquoise #47FEED
RGB
CMYK
RGB Variations
Color information
#47FEED (or 0x47FEED) is known color: Turquoise. HEX triplet: 47, FE and ED. RGB value is (71,254,237). Sum of RGB (Red+Green+Blue) = 71+254+237=562 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.63% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FEED is #B80112. Grayscale: #C5C5C5. Windows color (decimal): -12058899 or 15597127. OLE color: 15597127.
HSL color Cylindrical-coordinate representation of color #47FEED: hue angle of 174.43º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FEED is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 237 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.00 |
| HSL | 174.43º | 0.99% | 0.64% | - |
| HSV(B) | 174.43º | 0.72% | 1% | - |
| XYZ | 53.33 | 78.34 | 92.43 | - |
| YUV | 197.35 | 150.37 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 237 | 0.72 | 0 | 0.07 | 0.00 | 174.43 | 0.99 | 0.64 |
| Hex | 47 | FE | ED | 48 | 0 | 7 | 0 | AE | 63 | 40 |
| Octal | 107 | 376 | 355 | 110 | 0 | 7 | 0 | 256 | 143 | 100 |
| Binary | 1000111 | 11111110 | 11101101 | 1001000 | 0 | 111 | 0 | 10101110 | 1100011 | 1000000 |
Color Harmonies of #47FEED
Complementary color
Monochromatic Colors of #47FEED
Black with #47FEED
Text Example
Text Example
White with #47FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEED; }
p { color: rgb(71,254,237); }
H1.HeaderClassName
{
color: #47FEED;
}
.AnyTagClassName
{
color: #47FEED;
}
</style>
background-color css
<style>
a { background-color: #47FEED; }
a { background-color: rgb(71,254,237); }
div.DivClassName
{
background-color: #47FEED;
}
.BgClassName
{
background-color: #47FEED;
}
</style>
border-color css
<style>
span { border-color: #47FEED; }
span { border-color: rgb(71,254,237); }
td.TdClassName
{
border-color: #47FEED;
}
.TagClassName
{
border-color: #47FEED;
}
</style>