Shades of Turquoise #47E9DF
Tints of Turquoise #47E9DF
RGB
CMYK
RGB Variations
Color information
#47E9DF (or 0x47E9DF) is known color: Turquoise. HEX triplet: 47, E9 and DF. RGB value is (71,233,223). Sum of RGB (Red+Green+Blue) = 71+233+223=527 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.47% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #47E9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E9DF is #B81620. Grayscale: #B7B7B7. Windows color (decimal): -12064289 or 14674247. OLE color: 14674247.
HSL color Cylindrical-coordinate representation of color #47E9DF: hue angle of 176.3º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E9DF is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 233 | 223 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.09 |
| HSL | 176.3º | 0.79% | 0.6% | - |
| HSV(B) | 176.3º | 0.7% | 0.91% | - |
| XYZ | 45.06 | 64.95 | 79.97 | - |
| YUV | 183.42 | 150.33 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 233 | 223 | 0.70 | 0 | 0.04 | 0.09 | 176.3 | 0.79 | 0.6 |
| Hex | 47 | E9 | DF | 46 | 0 | 4 | 9 | B0 | 4F | 3C |
| Octal | 107 | 351 | 337 | 106 | 0 | 4 | 11 | 260 | 117 | 74 |
| Binary | 1000111 | 11101001 | 11011111 | 1000110 | 0 | 100 | 1001 | 10110000 | 1001111 | 111100 |
Color Harmonies of #47E9DF
Complementary color
Monochromatic Colors of #47E9DF
Black with #47E9DF
Text Example
Text Example
White with #47E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E9DF; }
p { color: rgb(71,233,223); }
H1.HeaderClassName
{
color: #47E9DF;
}
.AnyTagClassName
{
color: #47E9DF;
}
</style>
background-color css
<style>
a { background-color: #47E9DF; }
a { background-color: rgb(71,233,223); }
div.DivClassName
{
background-color: #47E9DF;
}
.BgClassName
{
background-color: #47E9DF;
}
</style>
border-color css
<style>
span { border-color: #47E9DF; }
span { border-color: rgb(71,233,223); }
td.TdClassName
{
border-color: #47E9DF;
}
.TagClassName
{
border-color: #47E9DF;
}
</style>