Shades of Turquoise #48FDE8
Tints of Turquoise #48FDE8
RGB
CMYK
RGB Variations
Color information
#48FDE8 (or 0x48FDE8) is known color: Turquoise. HEX triplet: 48, FD and E8. RGB value is (72,253,232). Sum of RGB (Red+Green+Blue) = 72+253+232=557 (73% of max value = 765). Red value is 72 (28.52% from 255 or 12.93% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FDE8 is #B70217. Grayscale: #C4C4C4. Windows color (decimal): -11993624 or 15269192. OLE color: 15269192.
HSL color Cylindrical-coordinate representation of color #48FDE8: hue angle of 173.04º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FDE8 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 232 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.01 |
| HSL | 173.04º | 0.98% | 0.64% | - |
| HSV(B) | 173.04º | 0.72% | 0.99% | - |
| XYZ | 52.36 | 77.45 | 88.53 | - |
| YUV | 196.49 | 148.03 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 232 | 0.72 | 0 | 0.08 | 0.01 | 173.04 | 0.98 | 0.64 |
| Hex | 48 | FD | E8 | 48 | 0 | 8 | 1 | AD | 62 | 40 |
| Octal | 110 | 375 | 350 | 110 | 0 | 10 | 1 | 255 | 142 | 100 |
| Binary | 1001000 | 11111101 | 11101000 | 1001000 | 0 | 1000 | 1 | 10101101 | 1100010 | 1000000 |
Color Harmonies of #48FDE8
Complementary color
Monochromatic Colors of #48FDE8
Black with #48FDE8
Text Example
Text Example
White with #48FDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDE8; }
p { color: rgb(72,253,232); }
H1.HeaderClassName
{
color: #48FDE8;
}
.AnyTagClassName
{
color: #48FDE8;
}
</style>
background-color css
<style>
a { background-color: #48FDE8; }
a { background-color: rgb(72,253,232); }
div.DivClassName
{
background-color: #48FDE8;
}
.BgClassName
{
background-color: #48FDE8;
}
</style>
border-color css
<style>
span { border-color: #48FDE8; }
span { border-color: rgb(72,253,232); }
td.TdClassName
{
border-color: #48FDE8;
}
.TagClassName
{
border-color: #48FDE8;
}
</style>