Shades of Turquoise #47FFEE
Tints of Turquoise #47FFEE
RGB
CMYK
RGB Variations
Color information
#47FFEE (or 0x47FFEE) is known color: Turquoise. HEX triplet: 47, FF and EE. RGB value is (71,255,238). Sum of RGB (Red+Green+Blue) = 71+255+238=564 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.59% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FFEE is #B80011. Grayscale: #C5C5C5. Windows color (decimal): -12058642 or 15662919. OLE color: 15662919.
HSL color Cylindrical-coordinate representation of color #47FFEE: hue angle of 174.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFEE is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 238 | - |
| CMYK | 0.72 | 0 | 0.07 | 0 |
| HSL | 174.46º | 1% | 0.64% | - |
| HSV(B) | 174.46º | 0.72% | 1% | - |
| XYZ | 53.79 | 79.03 | 93.31 | - |
| YUV | 198.05 | 150.54 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 238 | 0.72 | 0 | 0.07 | 0 | 174.46 | 1 | 0.64 |
| Hex | 47 | FF | EE | 48 | 0 | 7 | 0 | AE | 64 | 40 |
| Octal | 107 | 377 | 356 | 110 | 0 | 7 | 0 | 256 | 144 | 100 |
| Binary | 1000111 | 11111111 | 11101110 | 1001000 | 0 | 111 | 0 | 10101110 | 1100100 | 1000000 |
Color Harmonies of #47FFEE
Complementary color
Monochromatic Colors of #47FFEE
Black with #47FFEE
Text Example
Text Example
White with #47FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFEE; }
p { color: rgb(71,255,238); }
H1.HeaderClassName
{
color: #47FFEE;
}
.AnyTagClassName
{
color: #47FFEE;
}
</style>
background-color css
<style>
a { background-color: #47FFEE; }
a { background-color: rgb(71,255,238); }
div.DivClassName
{
background-color: #47FFEE;
}
.BgClassName
{
background-color: #47FFEE;
}
</style>
border-color css
<style>
span { border-color: #47FFEE; }
span { border-color: rgb(71,255,238); }
td.TdClassName
{
border-color: #47FFEE;
}
.TagClassName
{
border-color: #47FFEE;
}
</style>