Shades of Medium Turquoise #47CEE8
Tints of Medium Turquoise #47CEE8
RGB
CMYK
RGB Variations
Color information
#47CEE8 (or 0x47CEE8) is known color: Medium Turquoise. HEX triplet: 47, CE and E8. RGB value is (71,206,232). Sum of RGB (Red+Green+Blue) = 71+206+232=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #47CEE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CEE8 is #B83117. Grayscale: #A8A8A8. Windows color (decimal): -12071192 or 15257159. OLE color: 15257159.
HSL color Cylindrical-coordinate representation of color #47CEE8: hue angle of 189.69º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47CEE8 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 206 | 232 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.09 |
| HSL | 189.69º | 0.78% | 0.59% | - |
| HSV(B) | 189.69º | 0.69% | 0.91% | - |
| XYZ | 39.24 | 51.31 | 84.18 | - |
| YUV | 168.6 | 163.77 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 232 | 0.69 | 0.11 | 0 | 0.09 | 189.69 | 0.78 | 0.59 |
| Hex | 47 | CE | E8 | 45 | B | 0 | 9 | BE | 4E | 3B |
| Octal | 107 | 316 | 350 | 105 | 13 | 0 | 11 | 276 | 116 | 73 |
| Binary | 1000111 | 11001110 | 11101000 | 1000101 | 1011 | 0 | 1001 | 10111110 | 1001110 | 111011 |
Color Harmonies of #47CEE8
Complementary color
Monochromatic Colors of #47CEE8
Black with #47CEE8
Text Example
Text Example
White with #47CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEE8; }
p { color: rgb(71,206,232); }
H1.HeaderClassName
{
color: #47CEE8;
}
.AnyTagClassName
{
color: #47CEE8;
}
</style>
background-color css
<style>
a { background-color: #47CEE8; }
a { background-color: rgb(71,206,232); }
div.DivClassName
{
background-color: #47CEE8;
}
.BgClassName
{
background-color: #47CEE8;
}
</style>
border-color css
<style>
span { border-color: #47CEE8; }
span { border-color: rgb(71,206,232); }
td.TdClassName
{
border-color: #47CEE8;
}
.TagClassName
{
border-color: #47CEE8;
}
</style>