Shades of Turquoise #47EEBB
Tints of Turquoise #47EEBB
RGB
CMYK
RGB Variations
Color information
#47EEBB (or 0x47EEBB) is known color: Turquoise. HEX triplet: 47, EE and BB. RGB value is (71,238,187). Sum of RGB (Red+Green+Blue) = 71+238+187=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 238 - color contains mainly: green. Hex color #47EEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EEBB is #B81144. Grayscale: #B6B6B6. Windows color (decimal): -12063045 or 12316231. OLE color: 12316231.
HSL color Cylindrical-coordinate representation of color #47EEBB: hue angle of 161.68º 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 #47EEBB is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 238 | 187 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.07 |
| HSL | 161.68º | 0.83% | 0.61% | - |
| HSV(B) | 161.68º | 0.7% | 0.93% | - |
| XYZ | 42.14 | 66.08 | 57.55 | - |
| YUV | 182.25 | 130.67 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 238 | 187 | 0.70 | 0 | 0.21 | 0.07 | 161.68 | 0.83 | 0.61 |
| Hex | 47 | EE | BB | 46 | 0 | 15 | 7 | A2 | 53 | 3D |
| Octal | 107 | 356 | 273 | 106 | 0 | 25 | 7 | 242 | 123 | 75 |
| Binary | 1000111 | 11101110 | 10111011 | 1000110 | 0 | 10101 | 111 | 10100010 | 1010011 | 111101 |
Color Harmonies of #47EEBB
Complementary color
Monochromatic Colors of #47EEBB
Black with #47EEBB
Text Example
Text Example
White with #47EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EEBB; }
p { color: rgb(71,238,187); }
H1.HeaderClassName
{
color: #47EEBB;
}
.AnyTagClassName
{
color: #47EEBB;
}
</style>
background-color css
<style>
a { background-color: #47EEBB; }
a { background-color: rgb(71,238,187); }
div.DivClassName
{
background-color: #47EEBB;
}
.BgClassName
{
background-color: #47EEBB;
}
</style>
border-color css
<style>
span { border-color: #47EEBB; }
span { border-color: rgb(71,238,187); }
td.TdClassName
{
border-color: #47EEBB;
}
.TagClassName
{
border-color: #47EEBB;
}
</style>