Shades of Turquoise #48FEAD
Tints of Turquoise #48FEAD
RGB
CMYK
RGB Variations
Color information
#48FEAD (or 0x48FEAD) is known color: Turquoise. HEX triplet: 48, FE and AD. RGB value is (72,254,173). Sum of RGB (Red+Green+Blue) = 72+254+173=499 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.43% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FEAD is #B70152. Grayscale: #BEBEBE. Windows color (decimal): -11993427 or 11402824. OLE color: 11402824.
HSL color Cylindrical-coordinate representation of color #48FEAD: hue angle of 153.3º 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 #48FEAD is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 173 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.00 |
| HSL | 153.3º | 0.99% | 0.64% | - |
| HSV(B) | 153.3º | 0.72% | 1% | - |
| XYZ | 45.66 | 75.28 | 51.66 | - |
| YUV | 190.35 | 118.2 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 173 | 0.72 | 0 | 0.32 | 0.00 | 153.3 | 0.99 | 0.64 |
| Hex | 48 | FE | AD | 48 | 0 | 20 | 0 | 99 | 63 | 40 |
| Octal | 110 | 376 | 255 | 110 | 0 | 40 | 0 | 231 | 143 | 100 |
| Binary | 1001000 | 11111110 | 10101101 | 1001000 | 0 | 100000 | 0 | 10011001 | 1100011 | 1000000 |
Color Harmonies of #48FEAD
Complementary color
Monochromatic Colors of #48FEAD
Black with #48FEAD
Text Example
Text Example
White with #48FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FEAD; }
p { color: rgb(72,254,173); }
H1.HeaderClassName
{
color: #48FEAD;
}
.AnyTagClassName
{
color: #48FEAD;
}
</style>
background-color css
<style>
a { background-color: #48FEAD; }
a { background-color: rgb(72,254,173); }
div.DivClassName
{
background-color: #48FEAD;
}
.BgClassName
{
background-color: #48FEAD;
}
</style>
border-color css
<style>
span { border-color: #48FEAD; }
span { border-color: rgb(72,254,173); }
td.TdClassName
{
border-color: #48FEAD;
}
.TagClassName
{
border-color: #48FEAD;
}
</style>