Shades of Turquoise #4FF1D5
Tints of Turquoise #4FF1D5
RGB
CMYK
RGB Variations
Color information
#4FF1D5 (or 0x4FF1D5) is known color: Turquoise. HEX triplet: 4F, F1 and D5. RGB value is (79,241,213). Sum of RGB (Red+Green+Blue) = 79+241+213=533 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.82% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF1D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF1D5 is #B00E2A. Grayscale: #BDBDBD. Windows color (decimal): -11537963 or 14020943. OLE color: 14020943.
HSL color Cylindrical-coordinate representation of color #4FF1D5: hue angle of 169.63º 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 #4FF1D5 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 241 | 213 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.05 |
| HSL | 169.63º | 0.85% | 0.63% | - |
| HSV(B) | 169.63º | 0.67% | 0.95% | - |
| XYZ | 46.69 | 69.38 | 73.88 | - |
| YUV | 189.37 | 141.33 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 241 | 213 | 0.67 | 0 | 0.12 | 0.05 | 169.63 | 0.85 | 0.63 |
| Hex | 4F | F1 | D5 | 43 | 0 | C | 5 | AA | 55 | 3F |
| Octal | 117 | 361 | 325 | 103 | 0 | 14 | 5 | 252 | 125 | 77 |
| Binary | 1001111 | 11110001 | 11010101 | 1000011 | 0 | 1100 | 101 | 10101010 | 1010101 | 111111 |
Color Harmonies of #4FF1D5
Complementary color
Monochromatic Colors of #4FF1D5
Black with #4FF1D5
Text Example
Text Example
White with #4FF1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF1D5; }
p { color: rgb(79,241,213); }
H1.HeaderClassName
{
color: #4FF1D5;
}
.AnyTagClassName
{
color: #4FF1D5;
}
</style>
background-color css
<style>
a { background-color: #4FF1D5; }
a { background-color: rgb(79,241,213); }
div.DivClassName
{
background-color: #4FF1D5;
}
.BgClassName
{
background-color: #4FF1D5;
}
</style>
border-color css
<style>
span { border-color: #4FF1D5; }
span { border-color: rgb(79,241,213); }
td.TdClassName
{
border-color: #4FF1D5;
}
.TagClassName
{
border-color: #4FF1D5;
}
</style>