Shades of Turquoise #48FED0
Tints of Turquoise #48FED0
RGB
CMYK
RGB Variations
Color information
#48FED0 (or 0x48FED0) is known color: Turquoise. HEX triplet: 48, FE and D0. RGB value is (72,254,208). Sum of RGB (Red+Green+Blue) = 72+254+208=534 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.48% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #48FED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FED0 is #B7012F. Grayscale: #C2C2C2. Windows color (decimal): -11993392 or 13696584. OLE color: 13696584.
HSL color Cylindrical-coordinate representation of color #48FED0: hue angle of 164.84º 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 #48FED0 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 208 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.00 |
| HSL | 164.84º | 0.99% | 0.64% | - |
| HSV(B) | 164.84º | 0.72% | 1% | - |
| XYZ | 49.5 | 76.82 | 71.89 | - |
| YUV | 194.34 | 135.7 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 208 | 0.72 | 0 | 0.18 | 0.00 | 164.84 | 0.99 | 0.64 |
| Hex | 48 | FE | D0 | 48 | 0 | 12 | 0 | A5 | 63 | 40 |
| Octal | 110 | 376 | 320 | 110 | 0 | 22 | 0 | 245 | 143 | 100 |
| Binary | 1001000 | 11111110 | 11010000 | 1001000 | 0 | 10010 | 0 | 10100101 | 1100011 | 1000000 |
Color Harmonies of #48FED0
Complementary color
Monochromatic Colors of #48FED0
Black with #48FED0
Text Example
Text Example
White with #48FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FED0; }
p { color: rgb(72,254,208); }
H1.HeaderClassName
{
color: #48FED0;
}
.AnyTagClassName
{
color: #48FED0;
}
</style>
background-color css
<style>
a { background-color: #48FED0; }
a { background-color: rgb(72,254,208); }
div.DivClassName
{
background-color: #48FED0;
}
.BgClassName
{
background-color: #48FED0;
}
</style>
border-color css
<style>
span { border-color: #48FED0; }
span { border-color: rgb(72,254,208); }
td.TdClassName
{
border-color: #48FED0;
}
.TagClassName
{
border-color: #48FED0;
}
</style>