Shades of Medium Turquoise #47CFD5
Tints of Medium Turquoise #47CFD5
RGB
CMYK
RGB Variations
Color information
#47CFD5 (or 0x47CFD5) is known color: Medium Turquoise. HEX triplet: 47, CF and D5. RGB value is (71,207,213). Sum of RGB (Red+Green+Blue) = 71+207+213=491 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.46% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #47CFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFD5 is #B8302A. Grayscale: #A6A6A6. Windows color (decimal): -12070955 or 14012231. OLE color: 14012231.
HSL color Cylindrical-coordinate representation of color #47CFD5: hue angle of 182.54º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47CFD5 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 207 | 213 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.16 |
| HSL | 182.54º | 0.63% | 0.56% | - |
| HSV(B) | 182.54º | 0.67% | 0.84% | - |
| XYZ | 36.92 | 50.77 | 70.8 | - |
| YUV | 167.02 | 153.94 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 213 | 0.67 | 0.03 | 0 | 0.16 | 182.54 | 0.63 | 0.56 |
| Hex | 47 | CF | D5 | 43 | 3 | 0 | 10 | B7 | 3F | 38 |
| Octal | 107 | 317 | 325 | 103 | 3 | 0 | 20 | 267 | 77 | 70 |
| Binary | 1000111 | 11001111 | 11010101 | 1000011 | 11 | 0 | 10000 | 10110111 | 111111 | 111000 |
Color Harmonies of #47CFD5
Complementary color
Monochromatic Colors of #47CFD5
Black with #47CFD5
Text Example
Text Example
White with #47CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFD5; }
p { color: rgb(71,207,213); }
H1.HeaderClassName
{
color: #47CFD5;
}
.AnyTagClassName
{
color: #47CFD5;
}
</style>
background-color css
<style>
a { background-color: #47CFD5; }
a { background-color: rgb(71,207,213); }
div.DivClassName
{
background-color: #47CFD5;
}
.BgClassName
{
background-color: #47CFD5;
}
</style>
border-color css
<style>
span { border-color: #47CFD5; }
span { border-color: rgb(71,207,213); }
td.TdClassName
{
border-color: #47CFD5;
}
.TagClassName
{
border-color: #47CFD5;
}
</style>