Shades of Medium Turquoise #4CCEDF
Tints of Medium Turquoise #4CCEDF
RGB
CMYK
RGB Variations
Color information
#4CCEDF (or 0x4CCEDF) is known color: Medium Turquoise. HEX triplet: 4C, CE and DF. RGB value is (76,206,223). Sum of RGB (Red+Green+Blue) = 76+206+223=505 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.05% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #4CCEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCEDF is #B33120. Grayscale: #A8A8A8. Windows color (decimal): -11743521 or 14667340. OLE color: 14667340.
HSL color Cylindrical-coordinate representation of color #4CCEDF: hue angle of 186.94º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CCEDF is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 206 | 223 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.13 |
| HSL | 186.94º | 0.7% | 0.59% | - |
| HSV(B) | 186.94º | 0.66% | 0.87% | - |
| XYZ | 38.37 | 51.01 | 77.63 | - |
| YUV | 169.07 | 158.43 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 206 | 223 | 0.66 | 0.08 | 0 | 0.13 | 186.94 | 0.7 | 0.59 |
| Hex | 4C | CE | DF | 42 | 8 | 0 | D | BB | 46 | 3B |
| Octal | 114 | 316 | 337 | 102 | 10 | 0 | 15 | 273 | 106 | 73 |
| Binary | 1001100 | 11001110 | 11011111 | 1000010 | 1000 | 0 | 1101 | 10111011 | 1000110 | 111011 |
Color Harmonies of #4CCEDF
Complementary color
Monochromatic Colors of #4CCEDF
Black with #4CCEDF
Text Example
Text Example
White with #4CCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCEDF; }
p { color: rgb(76,206,223); }
H1.HeaderClassName
{
color: #4CCEDF;
}
.AnyTagClassName
{
color: #4CCEDF;
}
</style>
background-color css
<style>
a { background-color: #4CCEDF; }
a { background-color: rgb(76,206,223); }
div.DivClassName
{
background-color: #4CCEDF;
}
.BgClassName
{
background-color: #4CCEDF;
}
</style>
border-color css
<style>
span { border-color: #4CCEDF; }
span { border-color: rgb(76,206,223); }
td.TdClassName
{
border-color: #4CCEDF;
}
.TagClassName
{
border-color: #4CCEDF;
}
</style>