Shades of Medium Turquoise #47CCCB
Tints of Medium Turquoise #47CCCB
RGB
CMYK
RGB Variations
Color information
#47CCCB (or 0x47CCCB) is known color: Medium Turquoise. HEX triplet: 47, CC and CB. RGB value is (71,204,203). Sum of RGB (Red+Green+Blue) = 71+204+203=478 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.85% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #47CCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCCB is #B83334. Grayscale: #A3A3A3. Windows color (decimal): -12071733 or 13356103. OLE color: 13356103.
HSL color Cylindrical-coordinate representation of color #47CCCB: hue angle of 179.55º 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 #47CCCB is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 203 | - |
| CMYK | 0.65 | 0 | 0.00 | 0.2 |
| HSL | 179.55º | 0.57% | 0.54% | - |
| HSV(B) | 179.55º | 0.65% | 0.8% | - |
| XYZ | 34.97 | 48.84 | 64.08 | - |
| YUV | 164.12 | 149.94 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 203 | 0.65 | 0 | 0.00 | 0.2 | 179.55 | 0.57 | 0.54 |
| Hex | 47 | CC | CB | 41 | 0 | 0 | 14 | B4 | 39 | 36 |
| Octal | 107 | 314 | 313 | 101 | 0 | 0 | 24 | 264 | 71 | 66 |
| Binary | 1000111 | 11001100 | 11001011 | 1000001 | 0 | 0 | 10100 | 10110100 | 111001 | 110110 |
Color Harmonies of #47CCCB
Complementary color
Monochromatic Colors of #47CCCB
Black with #47CCCB
Text Example
Text Example
White with #47CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCCB; }
p { color: rgb(71,204,203); }
H1.HeaderClassName
{
color: #47CCCB;
}
.AnyTagClassName
{
color: #47CCCB;
}
</style>
background-color css
<style>
a { background-color: #47CCCB; }
a { background-color: rgb(71,204,203); }
div.DivClassName
{
background-color: #47CCCB;
}
.BgClassName
{
background-color: #47CCCB;
}
</style>
border-color css
<style>
span { border-color: #47CCCB; }
span { border-color: rgb(71,204,203); }
td.TdClassName
{
border-color: #47CCCB;
}
.TagClassName
{
border-color: #47CCCB;
}
</style>