Shades of Turquoise #48FDD0
Tints of Turquoise #48FDD0
RGB
CMYK
RGB Variations
Color information
#48FDD0 (or 0x48FDD0) is known color: Turquoise. HEX triplet: 48, FD and D0. RGB value is (72,253,208). Sum of RGB (Red+Green+Blue) = 72+253+208=533 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.51% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDD0 is #B7022F. Grayscale: #C1C1C1. Windows color (decimal): -11993648 or 13696328. OLE color: 13696328.
HSL color Cylindrical-coordinate representation of color #48FDD0: hue angle of 165.08º 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 #48FDD0 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 208 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.01 |
| HSL | 165.08º | 0.98% | 0.64% | - |
| HSV(B) | 165.08º | 0.72% | 0.99% | - |
| XYZ | 49.18 | 76.18 | 71.79 | - |
| YUV | 193.75 | 136.03 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 208 | 0.72 | 0 | 0.18 | 0.01 | 165.08 | 0.98 | 0.64 |
| Hex | 48 | FD | D0 | 48 | 0 | 12 | 1 | A5 | 62 | 40 |
| Octal | 110 | 375 | 320 | 110 | 0 | 22 | 1 | 245 | 142 | 100 |
| Binary | 1001000 | 11111101 | 11010000 | 1001000 | 0 | 10010 | 1 | 10100101 | 1100010 | 1000000 |
Color Harmonies of #48FDD0
Complementary color
Monochromatic Colors of #48FDD0
Black with #48FDD0
Text Example
Text Example
White with #48FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDD0; }
p { color: rgb(72,253,208); }
H1.HeaderClassName
{
color: #48FDD0;
}
.AnyTagClassName
{
color: #48FDD0;
}
</style>
background-color css
<style>
a { background-color: #48FDD0; }
a { background-color: rgb(72,253,208); }
div.DivClassName
{
background-color: #48FDD0;
}
.BgClassName
{
background-color: #48FDD0;
}
</style>
border-color css
<style>
span { border-color: #48FDD0; }
span { border-color: rgb(72,253,208); }
td.TdClassName
{
border-color: #48FDD0;
}
.TagClassName
{
border-color: #48FDD0;
}
</style>