Shades of Medium Turquoise #47CCCF
Tints of Medium Turquoise #47CCCF
RGB
CMYK
RGB Variations
Color information
#47CCCF (or 0x47CCCF) is known color: Medium Turquoise. HEX triplet: 47, CC and CF. RGB value is (71,204,207). Sum of RGB (Red+Green+Blue) = 71+204+207=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #47CCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCCF is #B83330. Grayscale: #A4A4A4. Windows color (decimal): -12071729 or 13618247. OLE color: 13618247.
HSL color Cylindrical-coordinate representation of color #47CCCF: hue angle of 181.32º 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 #47CCCF is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 204 | 207 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.19 |
| HSL | 181.32º | 0.59% | 0.55% | - |
| HSV(B) | 181.32º | 0.66% | 0.81% | - |
| XYZ | 35.45 | 49.03 | 66.63 | - |
| YUV | 164.58 | 151.94 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 207 | 0.66 | 0.01 | 0 | 0.19 | 181.32 | 0.59 | 0.55 |
| Hex | 47 | CC | CF | 42 | 1 | 0 | 13 | B5 | 3B | 37 |
| Octal | 107 | 314 | 317 | 102 | 1 | 0 | 23 | 265 | 73 | 67 |
| Binary | 1000111 | 11001100 | 11001111 | 1000010 | 1 | 0 | 10011 | 10110101 | 111011 | 110111 |
Color Harmonies of #47CCCF
Complementary color
Monochromatic Colors of #47CCCF
Black with #47CCCF
Text Example
Text Example
White with #47CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCCF; }
p { color: rgb(71,204,207); }
H1.HeaderClassName
{
color: #47CCCF;
}
.AnyTagClassName
{
color: #47CCCF;
}
</style>
background-color css
<style>
a { background-color: #47CCCF; }
a { background-color: rgb(71,204,207); }
div.DivClassName
{
background-color: #47CCCF;
}
.BgClassName
{
background-color: #47CCCF;
}
</style>
border-color css
<style>
span { border-color: #47CCCF; }
span { border-color: rgb(71,204,207); }
td.TdClassName
{
border-color: #47CCCF;
}
.TagClassName
{
border-color: #47CCCF;
}
</style>