Shades of Medium Turquoise #4CCFD0
Tints of Medium Turquoise #4CCFD0
RGB
CMYK
RGB Variations
Color information
#4CCFD0 (or 0x4CCFD0) is known color: Medium Turquoise. HEX triplet: 4C, CF and D0. RGB value is (76,207,208). Sum of RGB (Red+Green+Blue) = 76+207+208=491 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.48% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #4CCFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFD0 is #B3302F. Grayscale: #A7A7A7. Windows color (decimal): -11743280 or 13684556. OLE color: 13684556.
HSL color Cylindrical-coordinate representation of color #4CCFD0: hue angle of 180.45º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCFD0 is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 207 | 208 | - |
| CMYK | 0.63 | 0.00 | 0 | 0.18 |
| HSL | 180.45º | 0.58% | 0.56% | - |
| HSV(B) | 180.45º | 0.63% | 0.82% | - |
| XYZ | 36.68 | 50.72 | 67.53 | - |
| YUV | 167.95 | 150.6 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 208 | 0.63 | 0.00 | 0 | 0.18 | 180.45 | 0.58 | 0.56 |
| Hex | 4C | CF | D0 | 3F | 0 | 0 | 12 | B4 | 3A | 38 |
| Octal | 114 | 317 | 320 | 77 | 0 | 0 | 22 | 264 | 72 | 70 |
| Binary | 1001100 | 11001111 | 11010000 | 111111 | 0 | 0 | 10010 | 10110100 | 111010 | 111000 |
Color Harmonies of #4CCFD0
Complementary color
Monochromatic Colors of #4CCFD0
Black with #4CCFD0
Text Example
Text Example
White with #4CCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFD0; }
p { color: rgb(76,207,208); }
H1.HeaderClassName
{
color: #4CCFD0;
}
.AnyTagClassName
{
color: #4CCFD0;
}
</style>
background-color css
<style>
a { background-color: #4CCFD0; }
a { background-color: rgb(76,207,208); }
div.DivClassName
{
background-color: #4CCFD0;
}
.BgClassName
{
background-color: #4CCFD0;
}
</style>
border-color css
<style>
span { border-color: #4CCFD0; }
span { border-color: rgb(76,207,208); }
td.TdClassName
{
border-color: #4CCFD0;
}
.TagClassName
{
border-color: #4CCFD0;
}
</style>