Shades of Medium Turquoise #47CDD1
Tints of Medium Turquoise #47CDD1
RGB
CMYK
RGB Variations
Color information
#47CDD1 (or 0x47CDD1) is known color: Medium Turquoise. HEX triplet: 47, CD and D1. RGB value is (71,205,209). Sum of RGB (Red+Green+Blue) = 71+205+209=485 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.64% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #47CDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CDD1 is #B8322E. Grayscale: #A5A5A5. Windows color (decimal): -12071471 or 13749575. OLE color: 13749575.
HSL color Cylindrical-coordinate representation of color #47CDD1: hue angle of 181.74º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CDD1 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 205 | 209 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.18 |
| HSL | 181.74º | 0.6% | 0.55% | - |
| HSV(B) | 181.74º | 0.66% | 0.82% | - |
| XYZ | 35.94 | 49.61 | 68 | - |
| YUV | 165.39 | 152.61 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 205 | 209 | 0.66 | 0.02 | 0 | 0.18 | 181.74 | 0.6 | 0.55 |
| Hex | 47 | CD | D1 | 42 | 2 | 0 | 12 | B6 | 3C | 37 |
| Octal | 107 | 315 | 321 | 102 | 2 | 0 | 22 | 266 | 74 | 67 |
| Binary | 1000111 | 11001101 | 11010001 | 1000010 | 10 | 0 | 10010 | 10110110 | 111100 | 110111 |
Color Harmonies of #47CDD1
Complementary color
Monochromatic Colors of #47CDD1
Black with #47CDD1
Text Example
Text Example
White with #47CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CDD1; }
p { color: rgb(71,205,209); }
H1.HeaderClassName
{
color: #47CDD1;
}
.AnyTagClassName
{
color: #47CDD1;
}
</style>
background-color css
<style>
a { background-color: #47CDD1; }
a { background-color: rgb(71,205,209); }
div.DivClassName
{
background-color: #47CDD1;
}
.BgClassName
{
background-color: #47CDD1;
}
</style>
border-color css
<style>
span { border-color: #47CDD1; }
span { border-color: rgb(71,205,209); }
td.TdClassName
{
border-color: #47CDD1;
}
.TagClassName
{
border-color: #47CDD1;
}
</style>