Shades of Turquoise #4BFEDA
Tints of Turquoise #4BFEDA
RGB
CMYK
RGB Variations
Color information
#4BFEDA (or 0x4BFEDA) is known color: Turquoise. HEX triplet: 4B, FE and DA. RGB value is (75,254,218). Sum of RGB (Red+Green+Blue) = 75+254+218=547 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.71% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFEDA is #B40125. Grayscale: #C4C4C4. Windows color (decimal): -11796774 or 14351947. OLE color: 14351947.
HSL color Cylindrical-coordinate representation of color #4BFEDA: hue angle of 167.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFEDA is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 218 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.00 |
| HSL | 167.93º | 0.99% | 0.65% | - |
| HSV(B) | 167.93º | 0.7% | 1% | - |
| XYZ | 51 | 77.44 | 78.59 | - |
| YUV | 196.38 | 140.2 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 218 | 0.70 | 0 | 0.14 | 0.00 | 167.93 | 0.99 | 0.65 |
| Hex | 4B | FE | DA | 46 | 0 | E | 0 | A8 | 63 | 41 |
| Octal | 113 | 376 | 332 | 106 | 0 | 16 | 0 | 250 | 143 | 101 |
| Binary | 1001011 | 11111110 | 11011010 | 1000110 | 0 | 1110 | 0 | 10101000 | 1100011 | 1000001 |
Color Harmonies of #4BFEDA
Complementary color
Monochromatic Colors of #4BFEDA
Black with #4BFEDA
Text Example
Text Example
White with #4BFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFEDA; }
p { color: rgb(75,254,218); }
H1.HeaderClassName
{
color: #4BFEDA;
}
.AnyTagClassName
{
color: #4BFEDA;
}
</style>
background-color css
<style>
a { background-color: #4BFEDA; }
a { background-color: rgb(75,254,218); }
div.DivClassName
{
background-color: #4BFEDA;
}
.BgClassName
{
background-color: #4BFEDA;
}
</style>
border-color css
<style>
span { border-color: #4BFEDA; }
span { border-color: rgb(75,254,218); }
td.TdClassName
{
border-color: #4BFEDA;
}
.TagClassName
{
border-color: #4BFEDA;
}
</style>