Shades of Turquoise #4CF9E9
Tints of Turquoise #4CF9E9
RGB
CMYK
RGB Variations
Color information
#4CF9E9 (or 0x4CF9E9) is known color: Turquoise. HEX triplet: 4C, F9 and E9. RGB value is (76,249,233). Sum of RGB (Red+Green+Blue) = 76+249+233=558 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.62% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF9E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF9E9 is #B30616. Grayscale: #C3C3C3. Windows color (decimal): -11732503 or 15333708. OLE color: 15333708.
HSL color Cylindrical-coordinate representation of color #4CF9E9: hue angle of 174.45º 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 #4CF9E9 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 249 | 233 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.02 |
| HSL | 174.45º | 0.94% | 0.64% | - |
| HSV(B) | 174.45º | 0.69% | 0.98% | - |
| XYZ | 51.56 | 75.17 | 88.88 | - |
| YUV | 195.45 | 149.19 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 249 | 233 | 0.69 | 0 | 0.06 | 0.02 | 174.45 | 0.94 | 0.64 |
| Hex | 4C | F9 | E9 | 45 | 0 | 6 | 2 | AE | 5E | 40 |
| Octal | 114 | 371 | 351 | 105 | 0 | 6 | 2 | 256 | 136 | 100 |
| Binary | 1001100 | 11111001 | 11101001 | 1000101 | 0 | 110 | 10 | 10101110 | 1011110 | 1000000 |
Color Harmonies of #4CF9E9
Complementary color
Monochromatic Colors of #4CF9E9
Black with #4CF9E9
Text Example
Text Example
White with #4CF9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF9E9; }
p { color: rgb(76,249,233); }
H1.HeaderClassName
{
color: #4CF9E9;
}
.AnyTagClassName
{
color: #4CF9E9;
}
</style>
background-color css
<style>
a { background-color: #4CF9E9; }
a { background-color: rgb(76,249,233); }
div.DivClassName
{
background-color: #4CF9E9;
}
.BgClassName
{
background-color: #4CF9E9;
}
</style>
border-color css
<style>
span { border-color: #4CF9E9; }
span { border-color: rgb(76,249,233); }
td.TdClassName
{
border-color: #4CF9E9;
}
.TagClassName
{
border-color: #4CF9E9;
}
</style>