Shades of Turquoise #4FF1CE
Tints of Turquoise #4FF1CE
RGB
CMYK
RGB Variations
Color information
#4FF1CE (or 0x4FF1CE) is known color: Turquoise. HEX triplet: 4F, F1 and CE. RGB value is (79,241,206). Sum of RGB (Red+Green+Blue) = 79+241+206=526 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.02% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF1CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF1CE is #B00E31. Grayscale: #BCBCBC. Windows color (decimal): -11537970 or 13562191. OLE color: 13562191.
HSL color Cylindrical-coordinate representation of color #4FF1CE: hue angle of 167.04º 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 #4FF1CE is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 241 | 206 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.05 |
| HSL | 167.04º | 0.85% | 0.63% | - |
| HSV(B) | 167.04º | 0.67% | 0.95% | - |
| XYZ | 45.82 | 69.03 | 69.3 | - |
| YUV | 188.57 | 137.83 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 241 | 206 | 0.67 | 0 | 0.15 | 0.05 | 167.04 | 0.85 | 0.63 |
| Hex | 4F | F1 | CE | 43 | 0 | F | 5 | A7 | 55 | 3F |
| Octal | 117 | 361 | 316 | 103 | 0 | 17 | 5 | 247 | 125 | 77 |
| Binary | 1001111 | 11110001 | 11001110 | 1000011 | 0 | 1111 | 101 | 10100111 | 1010101 | 111111 |
Color Harmonies of #4FF1CE
Complementary color
Monochromatic Colors of #4FF1CE
Black with #4FF1CE
Text Example
Text Example
White with #4FF1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF1CE; }
p { color: rgb(79,241,206); }
H1.HeaderClassName
{
color: #4FF1CE;
}
.AnyTagClassName
{
color: #4FF1CE;
}
</style>
background-color css
<style>
a { background-color: #4FF1CE; }
a { background-color: rgb(79,241,206); }
div.DivClassName
{
background-color: #4FF1CE;
}
.BgClassName
{
background-color: #4FF1CE;
}
</style>
border-color css
<style>
span { border-color: #4FF1CE; }
span { border-color: rgb(79,241,206); }
td.TdClassName
{
border-color: #4FF1CE;
}
.TagClassName
{
border-color: #4FF1CE;
}
</style>