Shades of Turquoise #4FF0BD
Tints of Turquoise #4FF0BD
RGB
CMYK
RGB Variations
Color information
#4FF0BD (or 0x4FF0BD) is known color: Turquoise. HEX triplet: 4F, F0 and BD. RGB value is (79,240,189). Sum of RGB (Red+Green+Blue) = 79+240+189=508 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.55% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #4FF0BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF0BD is #B00F42. Grayscale: #BABABA. Windows color (decimal): -11538243 or 12447823. OLE color: 12447823.
HSL color Cylindrical-coordinate representation of color #4FF0BD: hue angle of 160.99º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF0BD is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 240 | 189 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.06 |
| HSL | 160.99º | 0.84% | 0.63% | - |
| HSV(B) | 160.99º | 0.67% | 0.94% | - |
| XYZ | 43.57 | 67.66 | 58.91 | - |
| YUV | 186.05 | 129.66 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 240 | 189 | 0.67 | 0 | 0.21 | 0.06 | 160.99 | 0.84 | 0.63 |
| Hex | 4F | F0 | BD | 43 | 0 | 15 | 6 | A1 | 54 | 3F |
| Octal | 117 | 360 | 275 | 103 | 0 | 25 | 6 | 241 | 124 | 77 |
| Binary | 1001111 | 11110000 | 10111101 | 1000011 | 0 | 10101 | 110 | 10100001 | 1010100 | 111111 |
Color Harmonies of #4FF0BD
Complementary color
Monochromatic Colors of #4FF0BD
Black with #4FF0BD
Text Example
Text Example
White with #4FF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF0BD; }
p { color: rgb(79,240,189); }
H1.HeaderClassName
{
color: #4FF0BD;
}
.AnyTagClassName
{
color: #4FF0BD;
}
</style>
background-color css
<style>
a { background-color: #4FF0BD; }
a { background-color: rgb(79,240,189); }
div.DivClassName
{
background-color: #4FF0BD;
}
.BgClassName
{
background-color: #4FF0BD;
}
</style>
border-color css
<style>
span { border-color: #4FF0BD; }
span { border-color: rgb(79,240,189); }
td.TdClassName
{
border-color: #4FF0BD;
}
.TagClassName
{
border-color: #4FF0BD;
}
</style>