Shades of Medium Turquoise #4CC9CF
Tints of Medium Turquoise #4CC9CF
RGB
CMYK
RGB Variations
Color information
#4CC9CF (or 0x4CC9CF) is known color: Medium Turquoise. HEX triplet: 4C, C9 and CF. RGB value is (76,201,207). Sum of RGB (Red+Green+Blue) = 76+201+207=484 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.70% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #4CC9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC9CF is #B33630. Grayscale: #A4A4A4. Windows color (decimal): -11744817 or 13617484. OLE color: 13617484.
HSL color Cylindrical-coordinate representation of color #4CC9CF: hue angle of 182.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CC9CF is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 201 | 207 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.19 |
| HSL | 182.75º | 0.58% | 0.55% | - |
| HSV(B) | 182.75º | 0.63% | 0.81% | - |
| XYZ | 35.13 | 47.81 | 66.41 | - |
| YUV | 164.31 | 152.09 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 201 | 207 | 0.63 | 0.03 | 0 | 0.19 | 182.75 | 0.58 | 0.55 |
| Hex | 4C | C9 | CF | 3F | 3 | 0 | 13 | B7 | 3A | 37 |
| Octal | 114 | 311 | 317 | 77 | 3 | 0 | 23 | 267 | 72 | 67 |
| Binary | 1001100 | 11001001 | 11001111 | 111111 | 11 | 0 | 10011 | 10110111 | 111010 | 110111 |
Color Harmonies of #4CC9CF
Complementary color
Monochromatic Colors of #4CC9CF
Black with #4CC9CF
Text Example
Text Example
White with #4CC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC9CF; }
p { color: rgb(76,201,207); }
H1.HeaderClassName
{
color: #4CC9CF;
}
.AnyTagClassName
{
color: #4CC9CF;
}
</style>
background-color css
<style>
a { background-color: #4CC9CF; }
a { background-color: rgb(76,201,207); }
div.DivClassName
{
background-color: #4CC9CF;
}
.BgClassName
{
background-color: #4CC9CF;
}
</style>
border-color css
<style>
span { border-color: #4CC9CF; }
span { border-color: rgb(76,201,207); }
td.TdClassName
{
border-color: #4CC9CF;
}
.TagClassName
{
border-color: #4CC9CF;
}
</style>