Shades of Turquoise #47EECB
Tints of Turquoise #47EECB
RGB
CMYK
RGB Variations
Color information
#47EECB (or 0x47EECB) is known color: Turquoise. HEX triplet: 47, EE and CB. RGB value is (71,238,203). Sum of RGB (Red+Green+Blue) = 71+238+203=512 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.87% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #47EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EECB is #B81134. Grayscale: #B8B8B8. Windows color (decimal): -12063029 or 13364807. OLE color: 13364807.
HSL color Cylindrical-coordinate representation of color #47EECB: hue angle of 167.43º 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 #47EECB is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 238 | 203 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.07 |
| HSL | 167.43º | 0.83% | 0.61% | - |
| HSV(B) | 167.43º | 0.7% | 0.93% | - |
| XYZ | 43.95 | 66.8 | 67.08 | - |
| YUV | 184.08 | 138.67 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 238 | 203 | 0.70 | 0 | 0.15 | 0.07 | 167.43 | 0.83 | 0.61 |
| Hex | 47 | EE | CB | 46 | 0 | F | 7 | A7 | 53 | 3D |
| Octal | 107 | 356 | 313 | 106 | 0 | 17 | 7 | 247 | 123 | 75 |
| Binary | 1000111 | 11101110 | 11001011 | 1000110 | 0 | 1111 | 111 | 10100111 | 1010011 | 111101 |
Color Harmonies of #47EECB
Complementary color
Monochromatic Colors of #47EECB
Black with #47EECB
Text Example
Text Example
White with #47EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EECB; }
p { color: rgb(71,238,203); }
H1.HeaderClassName
{
color: #47EECB;
}
.AnyTagClassName
{
color: #47EECB;
}
</style>
background-color css
<style>
a { background-color: #47EECB; }
a { background-color: rgb(71,238,203); }
div.DivClassName
{
background-color: #47EECB;
}
.BgClassName
{
background-color: #47EECB;
}
</style>
border-color css
<style>
span { border-color: #47EECB; }
span { border-color: rgb(71,238,203); }
td.TdClassName
{
border-color: #47EECB;
}
.TagClassName
{
border-color: #47EECB;
}
</style>