Shades of Medium Turquoise #47CEBD
Tints of Medium Turquoise #47CEBD
RGB
CMYK
RGB Variations
Color information
#47CEBD (or 0x47CEBD) is known color: Medium Turquoise. HEX triplet: 47, CE and BD. RGB value is (71,206,189). Sum of RGB (Red+Green+Blue) = 71+206+189=466 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.24% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CEBD is #B83142. Grayscale: #A3A3A3. Windows color (decimal): -12071235 or 12439111. OLE color: 12439111.
HSL color Cylindrical-coordinate representation of color #47CEBD: hue angle of 172.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CEBD is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 189 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.19 |
| HSL | 172.44º | 0.58% | 0.54% | - |
| HSV(B) | 172.44º | 0.66% | 0.81% | - |
| XYZ | 33.86 | 49.16 | 55.85 | - |
| YUV | 163.7 | 142.27 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 189 | 0.66 | 0 | 0.08 | 0.19 | 172.44 | 0.58 | 0.54 |
| Hex | 47 | CE | BD | 42 | 0 | 8 | 13 | AC | 3A | 36 |
| Octal | 107 | 316 | 275 | 102 | 0 | 10 | 23 | 254 | 72 | 66 |
| Binary | 1000111 | 11001110 | 10111101 | 1000010 | 0 | 1000 | 10011 | 10101100 | 111010 | 110110 |
Color Harmonies of #47CEBD
Complementary color
Monochromatic Colors of #47CEBD
Black with #47CEBD
Text Example
Text Example
White with #47CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEBD; }
p { color: rgb(71,206,189); }
H1.HeaderClassName
{
color: #47CEBD;
}
.AnyTagClassName
{
color: #47CEBD;
}
</style>
background-color css
<style>
a { background-color: #47CEBD; }
a { background-color: rgb(71,206,189); }
div.DivClassName
{
background-color: #47CEBD;
}
.BgClassName
{
background-color: #47CEBD;
}
</style>
border-color css
<style>
span { border-color: #47CEBD; }
span { border-color: rgb(71,206,189); }
td.TdClassName
{
border-color: #47CEBD;
}
.TagClassName
{
border-color: #47CEBD;
}
</style>