Shades of Medium Turquoise #47CFB8
Tints of Medium Turquoise #47CFB8
RGB
CMYK
RGB Variations
Color information
#47CFB8 (or 0x47CFB8) is known color: Medium Turquoise. HEX triplet: 47, CF and B8. RGB value is (71,207,184). Sum of RGB (Red+Green+Blue) = 71+207+184=462 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.37% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFB8 is #B83047. Grayscale: #A3A3A3. Windows color (decimal): -12070984 or 12111687. OLE color: 12111687.
HSL color Cylindrical-coordinate representation of color #47CFB8: hue angle of 169.85º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CFB8 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 184 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.19 |
| HSL | 169.85º | 0.59% | 0.55% | - |
| HSV(B) | 169.85º | 0.66% | 0.81% | - |
| XYZ | 33.56 | 49.43 | 53.12 | - |
| YUV | 163.71 | 139.44 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 184 | 0.66 | 0 | 0.11 | 0.19 | 169.85 | 0.59 | 0.55 |
| Hex | 47 | CF | B8 | 42 | 0 | B | 13 | AA | 3B | 37 |
| Octal | 107 | 317 | 270 | 102 | 0 | 13 | 23 | 252 | 73 | 67 |
| Binary | 1000111 | 11001111 | 10111000 | 1000010 | 0 | 1011 | 10011 | 10101010 | 111011 | 110111 |
Color Harmonies of #47CFB8
Complementary color
Monochromatic Colors of #47CFB8
Black with #47CFB8
Text Example
Text Example
White with #47CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFB8; }
p { color: rgb(71,207,184); }
H1.HeaderClassName
{
color: #47CFB8;
}
.AnyTagClassName
{
color: #47CFB8;
}
</style>
background-color css
<style>
a { background-color: #47CFB8; }
a { background-color: rgb(71,207,184); }
div.DivClassName
{
background-color: #47CFB8;
}
.BgClassName
{
background-color: #47CFB8;
}
</style>
border-color css
<style>
span { border-color: #47CFB8; }
span { border-color: rgb(71,207,184); }
td.TdClassName
{
border-color: #47CFB8;
}
.TagClassName
{
border-color: #47CFB8;
}
</style>