Shades of Turquoise #4FF2DF
Tints of Turquoise #4FF2DF
RGB
CMYK
RGB Variations
Color information
#4FF2DF (or 0x4FF2DF) is known color: Turquoise. HEX triplet: 4F, F2 and DF. RGB value is (79,242,223). Sum of RGB (Red+Green+Blue) = 79+242+223=544 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.52% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF2DF is #B00D20. Grayscale: #BFBFBF. Windows color (decimal): -11537697 or 14676559. OLE color: 14676559.
HSL color Cylindrical-coordinate representation of color #4FF2DF: hue angle of 173.01º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF2DF is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 242 | 223 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.05 |
| HSL | 173.01º | 0.86% | 0.63% | - |
| HSV(B) | 173.01º | 0.67% | 0.95% | - |
| XYZ | 48.3 | 70.49 | 80.87 | - |
| YUV | 191.1 | 146 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 242 | 223 | 0.67 | 0 | 0.08 | 0.05 | 173.01 | 0.86 | 0.63 |
| Hex | 4F | F2 | DF | 43 | 0 | 8 | 5 | AD | 56 | 3F |
| Octal | 117 | 362 | 337 | 103 | 0 | 10 | 5 | 255 | 126 | 77 |
| Binary | 1001111 | 11110010 | 11011111 | 1000011 | 0 | 1000 | 101 | 10101101 | 1010110 | 111111 |
Color Harmonies of #4FF2DF
Complementary color
Monochromatic Colors of #4FF2DF
Black with #4FF2DF
Text Example
Text Example
White with #4FF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF2DF; }
p { color: rgb(79,242,223); }
H1.HeaderClassName
{
color: #4FF2DF;
}
.AnyTagClassName
{
color: #4FF2DF;
}
</style>
background-color css
<style>
a { background-color: #4FF2DF; }
a { background-color: rgb(79,242,223); }
div.DivClassName
{
background-color: #4FF2DF;
}
.BgClassName
{
background-color: #4FF2DF;
}
</style>
border-color css
<style>
span { border-color: #4FF2DF; }
span { border-color: rgb(79,242,223); }
td.TdClassName
{
border-color: #4FF2DF;
}
.TagClassName
{
border-color: #4FF2DF;
}
</style>