Shades of Turquoise #4CF8AF
Tints of Turquoise #4CF8AF
RGB
CMYK
RGB Variations
Color information
#4CF8AF (or 0x4CF8AF) is known color: Turquoise. HEX triplet: 4C, F8 and AF. RGB value is (76,248,175). Sum of RGB (Red+Green+Blue) = 76+248+175=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF8AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF8AF is #B30750. Grayscale: #BCBCBC. Windows color (decimal): -11732817 or 11532364. OLE color: 11532364.
HSL color Cylindrical-coordinate representation of color #4CF8AF: hue angle of 154.53º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF8AF is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 248 | 175 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.03 |
| HSL | 154.53º | 0.92% | 0.64% | - |
| HSV(B) | 154.53º | 0.69% | 0.97% | - |
| XYZ | 44.29 | 71.77 | 52.08 | - |
| YUV | 188.25 | 120.52 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 248 | 175 | 0.69 | 0 | 0.29 | 0.03 | 154.53 | 0.92 | 0.64 |
| Hex | 4C | F8 | AF | 45 | 0 | 1D | 3 | 9B | 5C | 40 |
| Octal | 114 | 370 | 257 | 105 | 0 | 35 | 3 | 233 | 134 | 100 |
| Binary | 1001100 | 11111000 | 10101111 | 1000101 | 0 | 11101 | 11 | 10011011 | 1011100 | 1000000 |
Color Harmonies of #4CF8AF
Complementary color
Monochromatic Colors of #4CF8AF
Black with #4CF8AF
Text Example
Text Example
White with #4CF8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF8AF; }
p { color: rgb(76,248,175); }
H1.HeaderClassName
{
color: #4CF8AF;
}
.AnyTagClassName
{
color: #4CF8AF;
}
</style>
background-color css
<style>
a { background-color: #4CF8AF; }
a { background-color: rgb(76,248,175); }
div.DivClassName
{
background-color: #4CF8AF;
}
.BgClassName
{
background-color: #4CF8AF;
}
</style>
border-color css
<style>
span { border-color: #4CF8AF; }
span { border-color: rgb(76,248,175); }
td.TdClassName
{
border-color: #4CF8AF;
}
.TagClassName
{
border-color: #4CF8AF;
}
</style>