Shades of Turquoise #4FF2B8
Tints of Turquoise #4FF2B8
RGB
CMYK
RGB Variations
Color information
#4FF2B8 (or 0x4FF2B8) is known color: Turquoise. HEX triplet: 4F, F2 and B8. RGB value is (79,242,184). Sum of RGB (Red+Green+Blue) = 79+242+184=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF2B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF2B8 is #B00D47. Grayscale: #BABABA. Windows color (decimal): -11537736 or 12120655. OLE color: 12120655.
HSL color Cylindrical-coordinate representation of color #4FF2B8: hue angle of 158.65º 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 #4FF2B8 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 242 | 184 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.05 |
| HSL | 158.65º | 0.86% | 0.63% | - |
| HSV(B) | 158.65º | 0.67% | 0.95% | - |
| XYZ | 43.63 | 68.63 | 56.29 | - |
| YUV | 186.65 | 126.5 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 242 | 184 | 0.67 | 0 | 0.24 | 0.05 | 158.65 | 0.86 | 0.63 |
| Hex | 4F | F2 | B8 | 43 | 0 | 18 | 5 | 9F | 56 | 3F |
| Octal | 117 | 362 | 270 | 103 | 0 | 30 | 5 | 237 | 126 | 77 |
| Binary | 1001111 | 11110010 | 10111000 | 1000011 | 0 | 11000 | 101 | 10011111 | 1010110 | 111111 |
Color Harmonies of #4FF2B8
Complementary color
Monochromatic Colors of #4FF2B8
Black with #4FF2B8
Text Example
Text Example
White with #4FF2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF2B8; }
p { color: rgb(79,242,184); }
H1.HeaderClassName
{
color: #4FF2B8;
}
.AnyTagClassName
{
color: #4FF2B8;
}
</style>
background-color css
<style>
a { background-color: #4FF2B8; }
a { background-color: rgb(79,242,184); }
div.DivClassName
{
background-color: #4FF2B8;
}
.BgClassName
{
background-color: #4FF2B8;
}
</style>
border-color css
<style>
span { border-color: #4FF2B8; }
span { border-color: rgb(79,242,184); }
td.TdClassName
{
border-color: #4FF2B8;
}
.TagClassName
{
border-color: #4FF2B8;
}
</style>