Shades of Medium Turquoise #47CACB
Tints of Medium Turquoise #47CACB
RGB
CMYK
RGB Variations
Color information
#47CACB (or 0x47CACB) is known color: Medium Turquoise. HEX triplet: 47, CA and CB. RGB value is (71,202,203). Sum of RGB (Red+Green+Blue) = 71+202+203=476 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.92% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #47CACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CACB is #B83534. Grayscale: #A2A2A2. Windows color (decimal): -12072245 or 13355591. OLE color: 13355591.
HSL color Cylindrical-coordinate representation of color #47CACB: hue angle of 180.45º 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 #47CACB is Cyan = 0.65, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 202 | 203 | - |
| CMYK | 0.65 | 0.00 | 0 | 0.20 |
| HSL | 180.45º | 0.56% | 0.54% | - |
| HSV(B) | 180.45º | 0.65% | 0.8% | - |
| XYZ | 34.5 | 47.89 | 63.93 | - |
| YUV | 162.95 | 150.6 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 202 | 203 | 0.65 | 0.00 | 0 | 0.20 | 180.45 | 0.56 | 0.54 |
| Hex | 47 | CA | CB | 41 | 0 | 0 | 14 | B4 | 38 | 36 |
| Octal | 107 | 312 | 313 | 101 | 0 | 0 | 24 | 264 | 70 | 66 |
| Binary | 1000111 | 11001010 | 11001011 | 1000001 | 0 | 0 | 10100 | 10110100 | 111000 | 110110 |
Color Harmonies of #47CACB
Complementary color
Monochromatic Colors of #47CACB
Black with #47CACB
Text Example
Text Example
White with #47CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CACB; }
p { color: rgb(71,202,203); }
H1.HeaderClassName
{
color: #47CACB;
}
.AnyTagClassName
{
color: #47CACB;
}
</style>
background-color css
<style>
a { background-color: #47CACB; }
a { background-color: rgb(71,202,203); }
div.DivClassName
{
background-color: #47CACB;
}
.BgClassName
{
background-color: #47CACB;
}
</style>
border-color css
<style>
span { border-color: #47CACB; }
span { border-color: rgb(71,202,203); }
td.TdClassName
{
border-color: #47CACB;
}
.TagClassName
{
border-color: #47CACB;
}
</style>