Shades of Medium Turquoise #4CCFDD
Tints of Medium Turquoise #4CCFDD
RGB
CMYK
RGB Variations
Color information
#4CCFDD (or 0x4CCFDD) is known color: Medium Turquoise. HEX triplet: 4C, CF and DD. RGB value is (76,207,221). Sum of RGB (Red+Green+Blue) = 76+207+221=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CCFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFDD is #B33022. Grayscale: #A9A9A9. Windows color (decimal): -11743267 or 14536524. OLE color: 14536524.
HSL color Cylindrical-coordinate representation of color #4CCFDD: hue angle of 185.79º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CCFDD is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 207 | 221 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.13 |
| HSL | 185.79º | 0.68% | 0.58% | - |
| HSV(B) | 185.79º | 0.66% | 0.87% | - |
| XYZ | 38.34 | 51.38 | 76.3 | - |
| YUV | 169.43 | 157.1 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 221 | 0.66 | 0.06 | 0 | 0.13 | 185.79 | 0.68 | 0.58 |
| Hex | 4C | CF | DD | 42 | 6 | 0 | D | BA | 44 | 3A |
| Octal | 114 | 317 | 335 | 102 | 6 | 0 | 15 | 272 | 104 | 72 |
| Binary | 1001100 | 11001111 | 11011101 | 1000010 | 110 | 0 | 1101 | 10111010 | 1000100 | 111010 |
Color Harmonies of #4CCFDD
Complementary color
Monochromatic Colors of #4CCFDD
Black with #4CCFDD
Text Example
Text Example
White with #4CCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFDD; }
p { color: rgb(76,207,221); }
H1.HeaderClassName
{
color: #4CCFDD;
}
.AnyTagClassName
{
color: #4CCFDD;
}
</style>
background-color css
<style>
a { background-color: #4CCFDD; }
a { background-color: rgb(76,207,221); }
div.DivClassName
{
background-color: #4CCFDD;
}
.BgClassName
{
background-color: #4CCFDD;
}
</style>
border-color css
<style>
span { border-color: #4CCFDD; }
span { border-color: rgb(76,207,221); }
td.TdClassName
{
border-color: #4CCFDD;
}
.TagClassName
{
border-color: #4CCFDD;
}
</style>