Shades of Turquoise #4FF1DC
Tints of Turquoise #4FF1DC
RGB
CMYK
RGB Variations
Color information
#4FF1DC (or 0x4FF1DC) is known color: Turquoise. HEX triplet: 4F, F1 and DC. RGB value is (79,241,220). Sum of RGB (Red+Green+Blue) = 79+241+220=540 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.63% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF1DC is #B00E23. Grayscale: #BEBEBE. Windows color (decimal): -11537956 or 14479695. OLE color: 14479695.
HSL color Cylindrical-coordinate representation of color #4FF1DC: hue angle of 172.22º degrees, saturation: 0.85, 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 #4FF1DC is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 241 | 220 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.05 |
| HSL | 172.22º | 0.85% | 0.63% | - |
| HSV(B) | 172.22º | 0.67% | 0.95% | - |
| XYZ | 47.6 | 69.74 | 78.66 | - |
| YUV | 190.17 | 144.83 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 241 | 220 | 0.67 | 0 | 0.09 | 0.05 | 172.22 | 0.85 | 0.63 |
| Hex | 4F | F1 | DC | 43 | 0 | 9 | 5 | AC | 55 | 3F |
| Octal | 117 | 361 | 334 | 103 | 0 | 11 | 5 | 254 | 125 | 77 |
| Binary | 1001111 | 11110001 | 11011100 | 1000011 | 0 | 1001 | 101 | 10101100 | 1010101 | 111111 |
Color Harmonies of #4FF1DC
Complementary color
Monochromatic Colors of #4FF1DC
Black with #4FF1DC
Text Example
Text Example
White with #4FF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF1DC; }
p { color: rgb(79,241,220); }
H1.HeaderClassName
{
color: #4FF1DC;
}
.AnyTagClassName
{
color: #4FF1DC;
}
</style>
background-color css
<style>
a { background-color: #4FF1DC; }
a { background-color: rgb(79,241,220); }
div.DivClassName
{
background-color: #4FF1DC;
}
.BgClassName
{
background-color: #4FF1DC;
}
</style>
border-color css
<style>
span { border-color: #4FF1DC; }
span { border-color: rgb(79,241,220); }
td.TdClassName
{
border-color: #4FF1DC;
}
.TagClassName
{
border-color: #4FF1DC;
}
</style>