Shades of Medium Turquoise #4CCFE5
Tints of Medium Turquoise #4CCFE5
RGB
CMYK
RGB Variations
Color information
#4CCFE5 (or 0x4CCFE5) is known color: Medium Turquoise. HEX triplet: 4C, CF and E5. RGB value is (76,207,229). Sum of RGB (Red+Green+Blue) = 76+207+229=512 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.84% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #4CCFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFE5 is #B3301A. Grayscale: #AAAAAA. Windows color (decimal): -11743259 or 15060812. OLE color: 15060812.
HSL color Cylindrical-coordinate representation of color #4CCFE5: hue angle of 188.63º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CCFE5 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 207 | 229 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.10 |
| HSL | 188.63º | 0.75% | 0.6% | - |
| HSV(B) | 188.63º | 0.67% | 0.9% | - |
| XYZ | 39.44 | 51.82 | 82.05 | - |
| YUV | 170.34 | 161.1 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 229 | 0.67 | 0.10 | 0 | 0.10 | 188.63 | 0.75 | 0.6 |
| Hex | 4C | CF | E5 | 43 | A | 0 | A | BD | 4B | 3C |
| Octal | 114 | 317 | 345 | 103 | 12 | 0 | 12 | 275 | 113 | 74 |
| Binary | 1001100 | 11001111 | 11100101 | 1000011 | 1010 | 0 | 1010 | 10111101 | 1001011 | 111100 |
Color Harmonies of #4CCFE5
Complementary color
Monochromatic Colors of #4CCFE5
Black with #4CCFE5
Text Example
Text Example
White with #4CCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFE5; }
p { color: rgb(76,207,229); }
H1.HeaderClassName
{
color: #4CCFE5;
}
.AnyTagClassName
{
color: #4CCFE5;
}
</style>
background-color css
<style>
a { background-color: #4CCFE5; }
a { background-color: rgb(76,207,229); }
div.DivClassName
{
background-color: #4CCFE5;
}
.BgClassName
{
background-color: #4CCFE5;
}
</style>
border-color css
<style>
span { border-color: #4CCFE5; }
span { border-color: rgb(76,207,229); }
td.TdClassName
{
border-color: #4CCFE5;
}
.TagClassName
{
border-color: #4CCFE5;
}
</style>