Shades of Turquoise #4CFEDF
Tints of Turquoise #4CFEDF
RGB
CMYK
RGB Variations
Color information
#4CFEDF (or 0x4CFEDF) is known color: Turquoise. HEX triplet: 4C, FE and DF. RGB value is (76,254,223). Sum of RGB (Red+Green+Blue) = 76+254+223=553 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.74% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFEDF is #B30120. Grayscale: #C5C5C5. Windows color (decimal): -11731233 or 14679628. OLE color: 14679628.
HSL color Cylindrical-coordinate representation of color #4CFEDF: hue angle of 169.55º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFEDF is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 223 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.00 |
| HSL | 169.55º | 0.99% | 0.65% | - |
| HSV(B) | 169.55º | 0.7% | 1% | - |
| XYZ | 51.74 | 77.75 | 82.09 | - |
| YUV | 197.24 | 142.53 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 223 | 0.70 | 0 | 0.12 | 0.00 | 169.55 | 0.99 | 0.65 |
| Hex | 4C | FE | DF | 46 | 0 | C | 0 | AA | 63 | 41 |
| Octal | 114 | 376 | 337 | 106 | 0 | 14 | 0 | 252 | 143 | 101 |
| Binary | 1001100 | 11111110 | 11011111 | 1000110 | 0 | 1100 | 0 | 10101010 | 1100011 | 1000001 |
Color Harmonies of #4CFEDF
Complementary color
Monochromatic Colors of #4CFEDF
Black with #4CFEDF
Text Example
Text Example
White with #4CFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFEDF; }
p { color: rgb(76,254,223); }
H1.HeaderClassName
{
color: #4CFEDF;
}
.AnyTagClassName
{
color: #4CFEDF;
}
</style>
background-color css
<style>
a { background-color: #4CFEDF; }
a { background-color: rgb(76,254,223); }
div.DivClassName
{
background-color: #4CFEDF;
}
.BgClassName
{
background-color: #4CFEDF;
}
</style>
border-color css
<style>
span { border-color: #4CFEDF; }
span { border-color: rgb(76,254,223); }
td.TdClassName
{
border-color: #4CFEDF;
}
.TagClassName
{
border-color: #4CFEDF;
}
</style>