Shades of Turquoise #47E6CD
Tints of Turquoise #47E6CD
RGB
CMYK
RGB Variations
Color information
#47E6CD (or 0x47E6CD) is known color: Turquoise. HEX triplet: 47, E6 and CD. RGB value is (71,230,205). Sum of RGB (Red+Green+Blue) = 71+230+205=506 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.03% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #47E6CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E6CD is #B81932. Grayscale: #B3B3B3. Windows color (decimal): -12065075 or 13493831. OLE color: 13493831.
HSL color Cylindrical-coordinate representation of color #47E6CD: hue angle of 170.57º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E6CD is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 230 | 205 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.10 |
| HSL | 170.57º | 0.76% | 0.59% | - |
| HSV(B) | 170.57º | 0.69% | 0.9% | - |
| XYZ | 41.91 | 62.34 | 67.58 | - |
| YUV | 179.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 230 | 205 | 0.69 | 0 | 0.11 | 0.10 | 170.57 | 0.76 | 0.59 |
| Hex | 47 | E6 | CD | 45 | 0 | B | A | AB | 4C | 3B |
| Octal | 107 | 346 | 315 | 105 | 0 | 13 | 12 | 253 | 114 | 73 |
| Binary | 1000111 | 11100110 | 11001101 | 1000101 | 0 | 1011 | 1010 | 10101011 | 1001100 | 111011 |
Color Harmonies of #47E6CD
Complementary color
Monochromatic Colors of #47E6CD
Black with #47E6CD
Text Example
Text Example
White with #47E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E6CD; }
p { color: rgb(71,230,205); }
H1.HeaderClassName
{
color: #47E6CD;
}
.AnyTagClassName
{
color: #47E6CD;
}
</style>
background-color css
<style>
a { background-color: #47E6CD; }
a { background-color: rgb(71,230,205); }
div.DivClassName
{
background-color: #47E6CD;
}
.BgClassName
{
background-color: #47E6CD;
}
</style>
border-color css
<style>
span { border-color: #47E6CD; }
span { border-color: rgb(71,230,205); }
td.TdClassName
{
border-color: #47E6CD;
}
.TagClassName
{
border-color: #47E6CD;
}
</style>