Shades of Medium Turquoise #47CBCD
Tints of Medium Turquoise #47CBCD
RGB
CMYK
RGB Variations
Color information
#47CBCD (or 0x47CBCD) is known color: Medium Turquoise. HEX triplet: 47, CB and CD. RGB value is (71,203,205). Sum of RGB (Red+Green+Blue) = 71+203+205=479 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.82% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #47CBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBCD is #B83432. Grayscale: #A3A3A3. Windows color (decimal): -12071987 or 13486919. OLE color: 13486919.
HSL color Cylindrical-coordinate representation of color #47CBCD: hue angle of 180.9º degrees, saturation: 0.57, 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 #47CBCD is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 205 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.20 |
| HSL | 180.9º | 0.57% | 0.54% | - |
| HSV(B) | 180.9º | 0.65% | 0.8% | - |
| XYZ | 34.97 | 48.46 | 65.27 | - |
| YUV | 163.76 | 151.27 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 205 | 0.65 | 0.01 | 0 | 0.20 | 180.9 | 0.57 | 0.54 |
| Hex | 47 | CB | CD | 41 | 1 | 0 | 14 | B5 | 39 | 36 |
| Octal | 107 | 313 | 315 | 101 | 1 | 0 | 24 | 265 | 71 | 66 |
| Binary | 1000111 | 11001011 | 11001101 | 1000001 | 1 | 0 | 10100 | 10110101 | 111001 | 110110 |
Color Harmonies of #47CBCD
Complementary color
Monochromatic Colors of #47CBCD
Black with #47CBCD
Text Example
Text Example
White with #47CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CBCD; }
p { color: rgb(71,203,205); }
H1.HeaderClassName
{
color: #47CBCD;
}
.AnyTagClassName
{
color: #47CBCD;
}
</style>
background-color css
<style>
a { background-color: #47CBCD; }
a { background-color: rgb(71,203,205); }
div.DivClassName
{
background-color: #47CBCD;
}
.BgClassName
{
background-color: #47CBCD;
}
</style>
border-color css
<style>
span { border-color: #47CBCD; }
span { border-color: rgb(71,203,205); }
td.TdClassName
{
border-color: #47CBCD;
}
.TagClassName
{
border-color: #47CBCD;
}
</style>