Shades of Turquoise #48FED9
Tints of Turquoise #48FED9
RGB
CMYK
RGB Variations
Color information
#48FED9 (or 0x48FED9) is known color: Turquoise. HEX triplet: 48, FE and D9. RGB value is (72,254,217). Sum of RGB (Red+Green+Blue) = 72+254+217=543 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.26% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #48FED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FED9 is #B70126. Grayscale: #C3C3C3. Windows color (decimal): -11993383 or 14286408. OLE color: 14286408.
HSL color Cylindrical-coordinate representation of color #48FED9: hue angle of 167.8º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FED9 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 217 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.00 |
| HSL | 167.8º | 0.99% | 0.64% | - |
| HSV(B) | 167.8º | 0.72% | 1% | - |
| XYZ | 50.64 | 77.27 | 77.89 | - |
| YUV | 195.36 | 140.2 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 217 | 0.72 | 0 | 0.15 | 0.00 | 167.8 | 0.99 | 0.64 |
| Hex | 48 | FE | D9 | 48 | 0 | F | 0 | A8 | 63 | 40 |
| Octal | 110 | 376 | 331 | 110 | 0 | 17 | 0 | 250 | 143 | 100 |
| Binary | 1001000 | 11111110 | 11011001 | 1001000 | 0 | 1111 | 0 | 10101000 | 1100011 | 1000000 |
Color Harmonies of #48FED9
Complementary color
Monochromatic Colors of #48FED9
Black with #48FED9
Text Example
Text Example
White with #48FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FED9; }
p { color: rgb(72,254,217); }
H1.HeaderClassName
{
color: #48FED9;
}
.AnyTagClassName
{
color: #48FED9;
}
</style>
background-color css
<style>
a { background-color: #48FED9; }
a { background-color: rgb(72,254,217); }
div.DivClassName
{
background-color: #48FED9;
}
.BgClassName
{
background-color: #48FED9;
}
</style>
border-color css
<style>
span { border-color: #48FED9; }
span { border-color: rgb(72,254,217); }
td.TdClassName
{
border-color: #48FED9;
}
.TagClassName
{
border-color: #48FED9;
}
</style>