Shades of Turquoise #48F1DB
Tints of Turquoise #48F1DB
RGB
CMYK
RGB Variations
Color information
#48F1DB (or 0x48F1DB) is known color: Turquoise. HEX triplet: 48, F1 and DB. RGB value is (72,241,219). Sum of RGB (Red+Green+Blue) = 72+241+219=532 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.53% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #48F1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F1DB is #B70E24. Grayscale: #BBBBBB. Windows color (decimal): -11996709 or 14414152. OLE color: 14414152.
HSL color Cylindrical-coordinate representation of color #48F1DB: hue angle of 172.19º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F1DB is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 241 | 219 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.05 |
| HSL | 172.19º | 0.86% | 0.61% | - |
| HSV(B) | 172.19º | 0.7% | 0.95% | - |
| XYZ | 46.91 | 69.4 | 77.94 | - |
| YUV | 187.96 | 145.51 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 241 | 219 | 0.70 | 0 | 0.09 | 0.05 | 172.19 | 0.86 | 0.61 |
| Hex | 48 | F1 | DB | 46 | 0 | 9 | 5 | AC | 56 | 3D |
| Octal | 110 | 361 | 333 | 106 | 0 | 11 | 5 | 254 | 126 | 75 |
| Binary | 1001000 | 11110001 | 11011011 | 1000110 | 0 | 1001 | 101 | 10101100 | 1010110 | 111101 |
Color Harmonies of #48F1DB
Complementary color
Monochromatic Colors of #48F1DB
Black with #48F1DB
Text Example
Text Example
White with #48F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F1DB; }
p { color: rgb(72,241,219); }
H1.HeaderClassName
{
color: #48F1DB;
}
.AnyTagClassName
{
color: #48F1DB;
}
</style>
background-color css
<style>
a { background-color: #48F1DB; }
a { background-color: rgb(72,241,219); }
div.DivClassName
{
background-color: #48F1DB;
}
.BgClassName
{
background-color: #48F1DB;
}
</style>
border-color css
<style>
span { border-color: #48F1DB; }
span { border-color: rgb(72,241,219); }
td.TdClassName
{
border-color: #48F1DB;
}
.TagClassName
{
border-color: #48F1DB;
}
</style>