Shades of Turquoise #47EEDE
Tints of Turquoise #47EEDE
RGB
CMYK
RGB Variations
Color information
#47EEDE (or 0x47EEDE) is known color: Turquoise. HEX triplet: 47, EE and DE. RGB value is (71,238,222). Sum of RGB (Red+Green+Blue) = 71+238+222=531 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.37% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #47EEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EEDE is #B81121. Grayscale: #BABABA. Windows color (decimal): -12063010 or 14609991. OLE color: 14609991.
HSL color Cylindrical-coordinate representation of color #47EEDE: hue angle of 174.25º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EEDE is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 238 | 222 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.07 |
| HSL | 174.25º | 0.83% | 0.61% | - |
| HSV(B) | 174.25º | 0.7% | 0.93% | - |
| XYZ | 46.36 | 67.76 | 79.74 | - |
| YUV | 186.24 | 148.17 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 238 | 222 | 0.70 | 0 | 0.07 | 0.07 | 174.25 | 0.83 | 0.61 |
| Hex | 47 | EE | DE | 46 | 0 | 7 | 7 | AE | 53 | 3D |
| Octal | 107 | 356 | 336 | 106 | 0 | 7 | 7 | 256 | 123 | 75 |
| Binary | 1000111 | 11101110 | 11011110 | 1000110 | 0 | 111 | 111 | 10101110 | 1010011 | 111101 |
Color Harmonies of #47EEDE
Complementary color
Monochromatic Colors of #47EEDE
Black with #47EEDE
Text Example
Text Example
White with #47EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EEDE; }
p { color: rgb(71,238,222); }
H1.HeaderClassName
{
color: #47EEDE;
}
.AnyTagClassName
{
color: #47EEDE;
}
</style>
background-color css
<style>
a { background-color: #47EEDE; }
a { background-color: rgb(71,238,222); }
div.DivClassName
{
background-color: #47EEDE;
}
.BgClassName
{
background-color: #47EEDE;
}
</style>
border-color css
<style>
span { border-color: #47EEDE; }
span { border-color: rgb(71,238,222); }
td.TdClassName
{
border-color: #47EEDE;
}
.TagClassName
{
border-color: #47EEDE;
}
</style>