Shades of Medium Turquoise #47CBBD
Tints of Medium Turquoise #47CBBD
RGB
CMYK
RGB Variations
Color information
#47CBBD (or 0x47CBBD) is known color: Medium Turquoise. HEX triplet: 47, CB and BD. RGB value is (71,203,189). Sum of RGB (Red+Green+Blue) = 71+203+189=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #47CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBBD is #B83442. Grayscale: #A1A1A1. Windows color (decimal): -12072003 or 12438343. OLE color: 12438343.
HSL color Cylindrical-coordinate representation of color #47CBBD: hue angle of 173.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CBBD is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 189 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.20 |
| HSL | 173.64º | 0.56% | 0.54% | - |
| HSV(B) | 173.64º | 0.65% | 0.8% | - |
| XYZ | 33.14 | 47.73 | 55.61 | - |
| YUV | 161.94 | 143.27 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 189 | 0.65 | 0 | 0.07 | 0.20 | 173.64 | 0.56 | 0.54 |
| Hex | 47 | CB | BD | 41 | 0 | 7 | 14 | AE | 38 | 36 |
| Octal | 107 | 313 | 275 | 101 | 0 | 7 | 24 | 256 | 70 | 66 |
| Binary | 1000111 | 11001011 | 10111101 | 1000001 | 0 | 111 | 10100 | 10101110 | 111000 | 110110 |
Color Harmonies of #47CBBD
Complementary color
Monochromatic Colors of #47CBBD
Black with #47CBBD
Text Example
Text Example
White with #47CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CBBD; }
p { color: rgb(71,203,189); }
H1.HeaderClassName
{
color: #47CBBD;
}
.AnyTagClassName
{
color: #47CBBD;
}
</style>
background-color css
<style>
a { background-color: #47CBBD; }
a { background-color: rgb(71,203,189); }
div.DivClassName
{
background-color: #47CBBD;
}
.BgClassName
{
background-color: #47CBBD;
}
</style>
border-color css
<style>
span { border-color: #47CBBD; }
span { border-color: rgb(71,203,189); }
td.TdClassName
{
border-color: #47CBBD;
}
.TagClassName
{
border-color: #47CBBD;
}
</style>