Shades of Turquoise #4FFBE6
Tints of Turquoise #4FFBE6
RGB
CMYK
RGB Variations
Color information
#4FFBE6 (or 0x4FFBE6) is known color: Turquoise. HEX triplet: 4F, FB and E6. RGB value is (79,251,230). Sum of RGB (Red+Green+Blue) = 79+251+230=560 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.11% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFBE6 is #B00419. Grayscale: #C5C5C5. Windows color (decimal): -11535386 or 15137615. OLE color: 15137615.
HSL color Cylindrical-coordinate representation of color #4FFBE6: hue angle of 172.67º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFBE6 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 230 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.02 |
| HSL | 172.67º | 0.96% | 0.65% | - |
| HSV(B) | 172.67º | 0.69% | 0.98% | - |
| XYZ | 52 | 76.37 | 86.86 | - |
| YUV | 197.18 | 146.52 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 230 | 0.69 | 0 | 0.08 | 0.02 | 172.67 | 0.96 | 0.65 |
| Hex | 4F | FB | E6 | 45 | 0 | 8 | 2 | AD | 60 | 41 |
| Octal | 117 | 373 | 346 | 105 | 0 | 10 | 2 | 255 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11100110 | 1000101 | 0 | 1000 | 10 | 10101101 | 1100000 | 1000001 |
Color Harmonies of #4FFBE6
Complementary color
Monochromatic Colors of #4FFBE6
Black with #4FFBE6
Text Example
Text Example
White with #4FFBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBE6; }
p { color: rgb(79,251,230); }
H1.HeaderClassName
{
color: #4FFBE6;
}
.AnyTagClassName
{
color: #4FFBE6;
}
</style>
background-color css
<style>
a { background-color: #4FFBE6; }
a { background-color: rgb(79,251,230); }
div.DivClassName
{
background-color: #4FFBE6;
}
.BgClassName
{
background-color: #4FFBE6;
}
</style>
border-color css
<style>
span { border-color: #4FFBE6; }
span { border-color: rgb(79,251,230); }
td.TdClassName
{
border-color: #4FFBE6;
}
.TagClassName
{
border-color: #4FFBE6;
}
</style>