Shades of Medium Turquoise #47CCDF
Tints of Medium Turquoise #47CCDF
RGB
CMYK
RGB Variations
Color information
#47CCDF (or 0x47CCDF) is known color: Medium Turquoise. HEX triplet: 47, CC and DF. RGB value is (71,204,223). Sum of RGB (Red+Green+Blue) = 71+204+223=498 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.26% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #47CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCDF is #B83320. Grayscale: #A6A6A6. Windows color (decimal): -12071713 or 14666823. OLE color: 14666823.
HSL color Cylindrical-coordinate representation of color #47CCDF: hue angle of 187.5º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47CCDF is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 204 | 223 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.13 |
| HSL | 187.5º | 0.7% | 0.58% | - |
| HSV(B) | 187.5º | 0.68% | 0.87% | - |
| XYZ | 37.51 | 49.85 | 77.46 | - |
| YUV | 166.4 | 159.94 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 223 | 0.68 | 0.09 | 0 | 0.13 | 187.5 | 0.7 | 0.58 |
| Hex | 47 | CC | DF | 44 | 9 | 0 | D | BC | 46 | 3A |
| Octal | 107 | 314 | 337 | 104 | 11 | 0 | 15 | 274 | 106 | 72 |
| Binary | 1000111 | 11001100 | 11011111 | 1000100 | 1001 | 0 | 1101 | 10111100 | 1000110 | 111010 |
Color Harmonies of #47CCDF
Complementary color
Monochromatic Colors of #47CCDF
Black with #47CCDF
Text Example
Text Example
White with #47CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCDF; }
p { color: rgb(71,204,223); }
H1.HeaderClassName
{
color: #47CCDF;
}
.AnyTagClassName
{
color: #47CCDF;
}
</style>
background-color css
<style>
a { background-color: #47CCDF; }
a { background-color: rgb(71,204,223); }
div.DivClassName
{
background-color: #47CCDF;
}
.BgClassName
{
background-color: #47CCDF;
}
</style>
border-color css
<style>
span { border-color: #47CCDF; }
span { border-color: rgb(71,204,223); }
td.TdClassName
{
border-color: #47CCDF;
}
.TagClassName
{
border-color: #47CCDF;
}
</style>