Shades of Medium Turquoise #4CCCDE
Tints of Medium Turquoise #4CCCDE
RGB
CMYK
RGB Variations
Color information
#4CCCDE (or 0x4CCCDE) is known color: Medium Turquoise. HEX triplet: 4C, CC and DE. RGB value is (76,204,222). Sum of RGB (Red+Green+Blue) = 76+204+222=502 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.14% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #4CCCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCDE is #B33321. Grayscale: #A7A7A7. Windows color (decimal): -11744034 or 14601292. OLE color: 14601292.
HSL color Cylindrical-coordinate representation of color #4CCCDE: hue angle of 187.4º degrees, saturation: 0.69, 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 #4CCCDE is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 204 | 222 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.13 |
| HSL | 187.4º | 0.69% | 0.58% | - |
| HSV(B) | 187.4º | 0.66% | 0.87% | - |
| XYZ | 37.76 | 50 | 76.77 | - |
| YUV | 167.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 222 | 0.66 | 0.08 | 0 | 0.13 | 187.4 | 0.69 | 0.58 |
| Hex | 4C | CC | DE | 42 | 8 | 0 | D | BB | 45 | 3A |
| Octal | 114 | 314 | 336 | 102 | 10 | 0 | 15 | 273 | 105 | 72 |
| Binary | 1001100 | 11001100 | 11011110 | 1000010 | 1000 | 0 | 1101 | 10111011 | 1000101 | 111010 |
Color Harmonies of #4CCCDE
Complementary color
Monochromatic Colors of #4CCCDE
Black with #4CCCDE
Text Example
Text Example
White with #4CCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCDE; }
p { color: rgb(76,204,222); }
H1.HeaderClassName
{
color: #4CCCDE;
}
.AnyTagClassName
{
color: #4CCCDE;
}
</style>
background-color css
<style>
a { background-color: #4CCCDE; }
a { background-color: rgb(76,204,222); }
div.DivClassName
{
background-color: #4CCCDE;
}
.BgClassName
{
background-color: #4CCCDE;
}
</style>
border-color css
<style>
span { border-color: #4CCCDE; }
span { border-color: rgb(76,204,222); }
td.TdClassName
{
border-color: #4CCCDE;
}
.TagClassName
{
border-color: #4CCCDE;
}
</style>