Shades of Turquoise #47EEE4
Tints of Turquoise #47EEE4
RGB
CMYK
RGB Variations
Color information
#47EEE4 (or 0x47EEE4) is known color: Turquoise. HEX triplet: 47, EE and E4. RGB value is (71,238,228). Sum of RGB (Red+Green+Blue) = 71+238+228=537 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.22% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #47EEE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EEE4 is #B8111B. Grayscale: #BABABA. Windows color (decimal): -12063004 or 15003207. OLE color: 15003207.
HSL color Cylindrical-coordinate representation of color #47EEE4: hue angle of 176.41º 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 #47EEE4 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 238 | 228 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.07 |
| HSL | 176.41º | 0.83% | 0.61% | - |
| HSV(B) | 176.41º | 0.7% | 0.93% | - |
| XYZ | 47.18 | 68.09 | 84.06 | - |
| YUV | 186.93 | 151.17 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 238 | 228 | 0.70 | 0 | 0.04 | 0.07 | 176.41 | 0.83 | 0.61 |
| Hex | 47 | EE | E4 | 46 | 0 | 4 | 7 | B0 | 53 | 3D |
| Octal | 107 | 356 | 344 | 106 | 0 | 4 | 7 | 260 | 123 | 75 |
| Binary | 1000111 | 11101110 | 11100100 | 1000110 | 0 | 100 | 111 | 10110000 | 1010011 | 111101 |
Color Harmonies of #47EEE4
Complementary color
Monochromatic Colors of #47EEE4
Black with #47EEE4
Text Example
Text Example
White with #47EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EEE4; }
p { color: rgb(71,238,228); }
H1.HeaderClassName
{
color: #47EEE4;
}
.AnyTagClassName
{
color: #47EEE4;
}
</style>
background-color css
<style>
a { background-color: #47EEE4; }
a { background-color: rgb(71,238,228); }
div.DivClassName
{
background-color: #47EEE4;
}
.BgClassName
{
background-color: #47EEE4;
}
</style>
border-color css
<style>
span { border-color: #47EEE4; }
span { border-color: rgb(71,238,228); }
td.TdClassName
{
border-color: #47EEE4;
}
.TagClassName
{
border-color: #47EEE4;
}
</style>