Shades of Turquoise #4CF9DF
Tints of Turquoise #4CF9DF
RGB
CMYK
RGB Variations
Color information
#4CF9DF (or 0x4CF9DF) is known color: Turquoise. HEX triplet: 4C, F9 and DF. RGB value is (76,249,223). Sum of RGB (Red+Green+Blue) = 76+249+223=548 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.87% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF9DF is #B30620. Grayscale: #C2C2C2. Windows color (decimal): -11732513 or 14678348. OLE color: 14678348.
HSL color Cylindrical-coordinate representation of color #4CF9DF: hue angle of 170.98º 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 #4CF9DF is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 249 | 223 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.02 |
| HSL | 170.98º | 0.94% | 0.64% | - |
| HSV(B) | 170.98º | 0.69% | 0.98% | - |
| XYZ | 50.18 | 74.62 | 81.57 | - |
| YUV | 194.31 | 144.19 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 249 | 223 | 0.69 | 0 | 0.10 | 0.02 | 170.98 | 0.94 | 0.64 |
| Hex | 4C | F9 | DF | 45 | 0 | A | 2 | AB | 5E | 40 |
| Octal | 114 | 371 | 337 | 105 | 0 | 12 | 2 | 253 | 136 | 100 |
| Binary | 1001100 | 11111001 | 11011111 | 1000101 | 0 | 1010 | 10 | 10101011 | 1011110 | 1000000 |
Color Harmonies of #4CF9DF
Complementary color
Monochromatic Colors of #4CF9DF
Black with #4CF9DF
Text Example
Text Example
White with #4CF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF9DF; }
p { color: rgb(76,249,223); }
H1.HeaderClassName
{
color: #4CF9DF;
}
.AnyTagClassName
{
color: #4CF9DF;
}
</style>
background-color css
<style>
a { background-color: #4CF9DF; }
a { background-color: rgb(76,249,223); }
div.DivClassName
{
background-color: #4CF9DF;
}
.BgClassName
{
background-color: #4CF9DF;
}
</style>
border-color css
<style>
span { border-color: #4CF9DF; }
span { border-color: rgb(76,249,223); }
td.TdClassName
{
border-color: #4CF9DF;
}
.TagClassName
{
border-color: #4CF9DF;
}
</style>