Shades of Turquoise #48FDE6
Tints of Turquoise #48FDE6
RGB
CMYK
RGB Variations
Color information
#48FDE6 (or 0x48FDE6) is known color: Turquoise. HEX triplet: 48, FD and E6. RGB value is (72,253,230). Sum of RGB (Red+Green+Blue) = 72+253+230=555 (73% of max value = 765). Red value is 72 (28.52% from 255 or 12.97% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FDE6 is #B70219. Grayscale: #C4C4C4. Windows color (decimal): -11993626 or 15138120. OLE color: 15138120.
HSL color Cylindrical-coordinate representation of color #48FDE6: hue angle of 172.38º 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 #48FDE6 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 230 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.01 |
| HSL | 172.38º | 0.98% | 0.64% | - |
| HSV(B) | 172.38º | 0.72% | 0.99% | - |
| XYZ | 52.08 | 77.34 | 87.05 | - |
| YUV | 196.26 | 147.03 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 230 | 0.72 | 0 | 0.09 | 0.01 | 172.38 | 0.98 | 0.64 |
| Hex | 48 | FD | E6 | 48 | 0 | 9 | 1 | AC | 62 | 40 |
| Octal | 110 | 375 | 346 | 110 | 0 | 11 | 1 | 254 | 142 | 100 |
| Binary | 1001000 | 11111101 | 11100110 | 1001000 | 0 | 1001 | 1 | 10101100 | 1100010 | 1000000 |
Color Harmonies of #48FDE6
Complementary color
Monochromatic Colors of #48FDE6
Black with #48FDE6
Text Example
Text Example
White with #48FDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDE6; }
p { color: rgb(72,253,230); }
H1.HeaderClassName
{
color: #48FDE6;
}
.AnyTagClassName
{
color: #48FDE6;
}
</style>
background-color css
<style>
a { background-color: #48FDE6; }
a { background-color: rgb(72,253,230); }
div.DivClassName
{
background-color: #48FDE6;
}
.BgClassName
{
background-color: #48FDE6;
}
</style>
border-color css
<style>
span { border-color: #48FDE6; }
span { border-color: rgb(72,253,230); }
td.TdClassName
{
border-color: #48FDE6;
}
.TagClassName
{
border-color: #48FDE6;
}
</style>