Shades of Medium Turquoise #47D8CB
Tints of Medium Turquoise #47D8CB
RGB
CMYK
RGB Variations
Color information
#47D8CB (or 0x47D8CB) is known color: Medium Turquoise. HEX triplet: 47, D8 and CB. RGB value is (71,216,203). Sum of RGB (Red+Green+Blue) = 71+216+203=490 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.49% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #47D8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D8CB is #B82734. Grayscale: #ABABAB. Windows color (decimal): -12068661 or 13359175. OLE color: 13359175.
HSL color Cylindrical-coordinate representation of color #47D8CB: hue angle of 174.62º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D8CB is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 216 | 203 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.15 |
| HSL | 174.62º | 0.65% | 0.56% | - |
| HSV(B) | 174.62º | 0.67% | 0.85% | - |
| XYZ | 37.93 | 54.76 | 65.07 | - |
| YUV | 171.16 | 145.96 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 216 | 203 | 0.67 | 0 | 0.06 | 0.15 | 174.62 | 0.65 | 0.56 |
| Hex | 47 | D8 | CB | 43 | 0 | 6 | F | AF | 41 | 38 |
| Octal | 107 | 330 | 313 | 103 | 0 | 6 | 17 | 257 | 101 | 70 |
| Binary | 1000111 | 11011000 | 11001011 | 1000011 | 0 | 110 | 1111 | 10101111 | 1000001 | 111000 |
Color Harmonies of #47D8CB
Complementary color
Monochromatic Colors of #47D8CB
Black with #47D8CB
Text Example
Text Example
White with #47D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D8CB; }
p { color: rgb(71,216,203); }
H1.HeaderClassName
{
color: #47D8CB;
}
.AnyTagClassName
{
color: #47D8CB;
}
</style>
background-color css
<style>
a { background-color: #47D8CB; }
a { background-color: rgb(71,216,203); }
div.DivClassName
{
background-color: #47D8CB;
}
.BgClassName
{
background-color: #47D8CB;
}
</style>
border-color css
<style>
span { border-color: #47D8CB; }
span { border-color: rgb(71,216,203); }
td.TdClassName
{
border-color: #47D8CB;
}
.TagClassName
{
border-color: #47D8CB;
}
</style>