Shades of Medium Turquoise #47CDDF
Tints of Medium Turquoise #47CDDF
RGB
CMYK
RGB Variations
Color information
#47CDDF (or 0x47CDDF) is known color: Medium Turquoise. HEX triplet: 47, CD and DF. RGB value is (71,205,223). Sum of RGB (Red+Green+Blue) = 71+205+223=499 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.23% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #47CDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CDDF is #B83220. Grayscale: #A6A6A6. Windows color (decimal): -12071457 or 14667079. OLE color: 14667079.
HSL color Cylindrical-coordinate representation of color #47CDDF: hue angle of 187.11º 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 #47CDDF is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 205 | 223 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.13 |
| HSL | 187.11º | 0.7% | 0.58% | - |
| HSV(B) | 187.11º | 0.68% | 0.87% | - |
| XYZ | 37.75 | 50.33 | 77.54 | - |
| YUV | 166.99 | 159.61 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 205 | 223 | 0.68 | 0.08 | 0 | 0.13 | 187.11 | 0.7 | 0.58 |
| Hex | 47 | CD | DF | 44 | 8 | 0 | D | BB | 46 | 3A |
| Octal | 107 | 315 | 337 | 104 | 10 | 0 | 15 | 273 | 106 | 72 |
| Binary | 1000111 | 11001101 | 11011111 | 1000100 | 1000 | 0 | 1101 | 10111011 | 1000110 | 111010 |
Color Harmonies of #47CDDF
Complementary color
Monochromatic Colors of #47CDDF
Black with #47CDDF
Text Example
Text Example
White with #47CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CDDF; }
p { color: rgb(71,205,223); }
H1.HeaderClassName
{
color: #47CDDF;
}
.AnyTagClassName
{
color: #47CDDF;
}
</style>
background-color css
<style>
a { background-color: #47CDDF; }
a { background-color: rgb(71,205,223); }
div.DivClassName
{
background-color: #47CDDF;
}
.BgClassName
{
background-color: #47CDDF;
}
</style>
border-color css
<style>
span { border-color: #47CDDF; }
span { border-color: rgb(71,205,223); }
td.TdClassName
{
border-color: #47CDDF;
}
.TagClassName
{
border-color: #47CDDF;
}
</style>