Shades of Medium Turquoise #4CCFDC
Tints of Medium Turquoise #4CCFDC
RGB
CMYK
RGB Variations
Color information
#4CCFDC (or 0x4CCFDC) is known color: Medium Turquoise. HEX triplet: 4C, CF and DC. RGB value is (76,207,220). Sum of RGB (Red+Green+Blue) = 76+207+220=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CCFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFDC is #B33023. Grayscale: #A9A9A9. Windows color (decimal): -11743268 or 14470988. OLE color: 14470988.
HSL color Cylindrical-coordinate representation of color #4CCFDC: hue angle of 185.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CCFDC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 207 | 220 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.14 |
| HSL | 185.42º | 0.67% | 0.58% | - |
| HSV(B) | 185.42º | 0.65% | 0.86% | - |
| XYZ | 38.21 | 51.33 | 75.6 | - |
| YUV | 169.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 220 | 0.65 | 0.06 | 0 | 0.14 | 185.42 | 0.67 | 0.58 |
| Hex | 4C | CF | DC | 41 | 6 | 0 | E | B9 | 43 | 3A |
| Octal | 114 | 317 | 334 | 101 | 6 | 0 | 16 | 271 | 103 | 72 |
| Binary | 1001100 | 11001111 | 11011100 | 1000001 | 110 | 0 | 1110 | 10111001 | 1000011 | 111010 |
Color Harmonies of #4CCFDC
Complementary color
Monochromatic Colors of #4CCFDC
Black with #4CCFDC
Text Example
Text Example
White with #4CCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFDC; }
p { color: rgb(76,207,220); }
H1.HeaderClassName
{
color: #4CCFDC;
}
.AnyTagClassName
{
color: #4CCFDC;
}
</style>
background-color css
<style>
a { background-color: #4CCFDC; }
a { background-color: rgb(76,207,220); }
div.DivClassName
{
background-color: #4CCFDC;
}
.BgClassName
{
background-color: #4CCFDC;
}
</style>
border-color css
<style>
span { border-color: #4CCFDC; }
span { border-color: rgb(76,207,220); }
td.TdClassName
{
border-color: #4CCFDC;
}
.TagClassName
{
border-color: #4CCFDC;
}
</style>