Shades of Medium Turquoise #4CCDDF
Tints of Medium Turquoise #4CCDDF
RGB
CMYK
RGB Variations
Color information
#4CCDDF (or 0x4CCDDF) is known color: Medium Turquoise. HEX triplet: 4C, CD and DF. RGB value is (76,205,223). Sum of RGB (Red+Green+Blue) = 76+205+223=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #4CCDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCDDF is #B33220. Grayscale: #A8A8A8. Windows color (decimal): -11743777 or 14667084. OLE color: 14667084.
HSL color Cylindrical-coordinate representation of color #4CCDDF: hue angle of 187.35º 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 #4CCDDF is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 205 | 223 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.13 |
| HSL | 187.35º | 0.7% | 0.59% | - |
| HSV(B) | 187.35º | 0.66% | 0.87% | - |
| XYZ | 38.13 | 50.53 | 77.55 | - |
| YUV | 168.48 | 158.76 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 223 | 0.66 | 0.08 | 0 | 0.13 | 187.35 | 0.7 | 0.59 |
| Hex | 4C | CD | DF | 42 | 8 | 0 | D | BB | 46 | 3B |
| Octal | 114 | 315 | 337 | 102 | 10 | 0 | 15 | 273 | 106 | 73 |
| Binary | 1001100 | 11001101 | 11011111 | 1000010 | 1000 | 0 | 1101 | 10111011 | 1000110 | 111011 |
Color Harmonies of #4CCDDF
Complementary color
Monochromatic Colors of #4CCDDF
Black with #4CCDDF
Text Example
Text Example
White with #4CCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCDDF; }
p { color: rgb(76,205,223); }
H1.HeaderClassName
{
color: #4CCDDF;
}
.AnyTagClassName
{
color: #4CCDDF;
}
</style>
background-color css
<style>
a { background-color: #4CCDDF; }
a { background-color: rgb(76,205,223); }
div.DivClassName
{
background-color: #4CCDDF;
}
.BgClassName
{
background-color: #4CCDDF;
}
</style>
border-color css
<style>
span { border-color: #4CCDDF; }
span { border-color: rgb(76,205,223); }
td.TdClassName
{
border-color: #4CCDDF;
}
.TagClassName
{
border-color: #4CCDDF;
}
</style>