Shades of Medium Turquoise #47CFCA
Tints of Medium Turquoise #47CFCA
RGB
CMYK
RGB Variations
Color information
#47CFCA (or 0x47CFCA) is known color: Medium Turquoise. HEX triplet: 47, CF and CA. RGB value is (71,207,202). Sum of RGB (Red+Green+Blue) = 71+207+202=480 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.79% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFCA is #B83035. Grayscale: #A5A5A5. Windows color (decimal): -12070966 or 13291335. OLE color: 13291335.
HSL color Cylindrical-coordinate representation of color #47CFCA: hue angle of 177.79º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CFCA is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 202 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.19 |
| HSL | 177.79º | 0.59% | 0.55% | - |
| HSV(B) | 177.79º | 0.66% | 0.81% | - |
| XYZ | 35.57 | 50.23 | 63.7 | - |
| YUV | 165.77 | 148.44 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 202 | 0.66 | 0 | 0.02 | 0.19 | 177.79 | 0.59 | 0.55 |
| Hex | 47 | CF | CA | 42 | 0 | 2 | 13 | B2 | 3B | 37 |
| Octal | 107 | 317 | 312 | 102 | 0 | 2 | 23 | 262 | 73 | 67 |
| Binary | 1000111 | 11001111 | 11001010 | 1000010 | 0 | 10 | 10011 | 10110010 | 111011 | 110111 |
Color Harmonies of #47CFCA
Complementary color
Monochromatic Colors of #47CFCA
Black with #47CFCA
Text Example
Text Example
White with #47CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFCA; }
p { color: rgb(71,207,202); }
H1.HeaderClassName
{
color: #47CFCA;
}
.AnyTagClassName
{
color: #47CFCA;
}
</style>
background-color css
<style>
a { background-color: #47CFCA; }
a { background-color: rgb(71,207,202); }
div.DivClassName
{
background-color: #47CFCA;
}
.BgClassName
{
background-color: #47CFCA;
}
</style>
border-color css
<style>
span { border-color: #47CFCA; }
span { border-color: rgb(71,207,202); }
td.TdClassName
{
border-color: #47CFCA;
}
.TagClassName
{
border-color: #47CFCA;
}
</style>