Shades of Medium Turquoise #47CEDD
Tints of Medium Turquoise #47CEDD
RGB
CMYK
RGB Variations
Color information
#47CEDD (or 0x47CEDD) is known color: Medium Turquoise. HEX triplet: 47, CE and DD. RGB value is (71,206,221). Sum of RGB (Red+Green+Blue) = 71+206+221=498 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.26% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #47CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CEDD is #B83122. Grayscale: #A7A7A7. Windows color (decimal): -12071203 or 14536263. OLE color: 14536263.
HSL color Cylindrical-coordinate representation of color #47CEDD: hue angle of 186º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47CEDD is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 206 | 221 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.13 |
| HSL | 186º | 0.69% | 0.57% | - |
| HSV(B) | 186º | 0.68% | 0.87% | - |
| XYZ | 37.72 | 50.7 | 76.21 | - |
| YUV | 167.35 | 158.27 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 221 | 0.68 | 0.07 | 0 | 0.13 | 186 | 0.69 | 0.57 |
| Hex | 47 | CE | DD | 44 | 7 | 0 | D | BA | 45 | 39 |
| Octal | 107 | 316 | 335 | 104 | 7 | 0 | 15 | 272 | 105 | 71 |
| Binary | 1000111 | 11001110 | 11011101 | 1000100 | 111 | 0 | 1101 | 10111010 | 1000101 | 111001 |
Color Harmonies of #47CEDD
Complementary color
Monochromatic Colors of #47CEDD
Black with #47CEDD
Text Example
Text Example
White with #47CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEDD; }
p { color: rgb(71,206,221); }
H1.HeaderClassName
{
color: #47CEDD;
}
.AnyTagClassName
{
color: #47CEDD;
}
</style>
background-color css
<style>
a { background-color: #47CEDD; }
a { background-color: rgb(71,206,221); }
div.DivClassName
{
background-color: #47CEDD;
}
.BgClassName
{
background-color: #47CEDD;
}
</style>
border-color css
<style>
span { border-color: #47CEDD; }
span { border-color: rgb(71,206,221); }
td.TdClassName
{
border-color: #47CEDD;
}
.TagClassName
{
border-color: #47CEDD;
}
</style>