Shades of Turquoise #4CF9C7
Tints of Turquoise #4CF9C7
RGB
CMYK
RGB Variations
Color information
#4CF9C7 (or 0x4CF9C7) is known color: Turquoise. HEX triplet: 4C, F9 and C7. RGB value is (76,249,199). Sum of RGB (Red+Green+Blue) = 76+249+199=524 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.50% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF9C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF9C7 is #B30638. Grayscale: #BFBFBF. Windows color (decimal): -11732537 or 13105484. OLE color: 13105484.
HSL color Cylindrical-coordinate representation of color #4CF9C7: hue angle of 162.66º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF9C7 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 249 | 199 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.02 |
| HSL | 162.66º | 0.94% | 0.64% | - |
| HSV(B) | 162.66º | 0.69% | 0.98% | - |
| XYZ | 47.16 | 73.41 | 65.72 | - |
| YUV | 191.57 | 132.19 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 249 | 199 | 0.69 | 0 | 0.20 | 0.02 | 162.66 | 0.94 | 0.64 |
| Hex | 4C | F9 | C7 | 45 | 0 | 14 | 2 | A3 | 5E | 40 |
| Octal | 114 | 371 | 307 | 105 | 0 | 24 | 2 | 243 | 136 | 100 |
| Binary | 1001100 | 11111001 | 11000111 | 1000101 | 0 | 10100 | 10 | 10100011 | 1011110 | 1000000 |
Color Harmonies of #4CF9C7
Complementary color
Monochromatic Colors of #4CF9C7
Black with #4CF9C7
Text Example
Text Example
White with #4CF9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF9C7; }
p { color: rgb(76,249,199); }
H1.HeaderClassName
{
color: #4CF9C7;
}
.AnyTagClassName
{
color: #4CF9C7;
}
</style>
background-color css
<style>
a { background-color: #4CF9C7; }
a { background-color: rgb(76,249,199); }
div.DivClassName
{
background-color: #4CF9C7;
}
.BgClassName
{
background-color: #4CF9C7;
}
</style>
border-color css
<style>
span { border-color: #4CF9C7; }
span { border-color: rgb(76,249,199); }
td.TdClassName
{
border-color: #4CF9C7;
}
.TagClassName
{
border-color: #4CF9C7;
}
</style>