Shades of Medium Turquoise #47CECF
Tints of Medium Turquoise #47CECF
RGB
CMYK
RGB Variations
Color information
#47CECF (or 0x47CECF) is known color: Medium Turquoise. HEX triplet: 47, CE and CF. RGB value is (71,206,207). Sum of RGB (Red+Green+Blue) = 71+206+207=484 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.67% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #47CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CECF is #B83130. Grayscale: #A5A5A5. Windows color (decimal): -12071217 or 13618759. OLE color: 13618759.
HSL color Cylindrical-coordinate representation of color #47CECF: hue angle of 180.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CECF is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 207 | - |
| CMYK | 0.66 | 0.00 | 0 | 0.19 |
| HSL | 180.44º | 0.59% | 0.55% | - |
| HSV(B) | 180.44º | 0.66% | 0.81% | - |
| XYZ | 35.93 | 49.99 | 66.79 | - |
| YUV | 165.75 | 151.27 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 207 | 0.66 | 0.00 | 0 | 0.19 | 180.44 | 0.59 | 0.55 |
| Hex | 47 | CE | CF | 42 | 0 | 0 | 13 | B4 | 3B | 37 |
| Octal | 107 | 316 | 317 | 102 | 0 | 0 | 23 | 264 | 73 | 67 |
| Binary | 1000111 | 11001110 | 11001111 | 1000010 | 0 | 0 | 10011 | 10110100 | 111011 | 110111 |
Color Harmonies of #47CECF
Complementary color
Monochromatic Colors of #47CECF
Black with #47CECF
Text Example
Text Example
White with #47CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CECF; }
p { color: rgb(71,206,207); }
H1.HeaderClassName
{
color: #47CECF;
}
.AnyTagClassName
{
color: #47CECF;
}
</style>
background-color css
<style>
a { background-color: #47CECF; }
a { background-color: rgb(71,206,207); }
div.DivClassName
{
background-color: #47CECF;
}
.BgClassName
{
background-color: #47CECF;
}
</style>
border-color css
<style>
span { border-color: #47CECF; }
span { border-color: rgb(71,206,207); }
td.TdClassName
{
border-color: #47CECF;
}
.TagClassName
{
border-color: #47CECF;
}
</style>