Shades of Turquoise #48DBC1
Tints of Turquoise #48DBC1
RGB
CMYK
RGB Variations
Color information
#48DBC1 (or 0x48DBC1) is known color: Turquoise. HEX triplet: 48, DB and C1. RGB value is (72,219,193). Sum of RGB (Red+Green+Blue) = 72+219+193=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DBC1 is #B7243E. Grayscale: #ACACAC. Windows color (decimal): -12002367 or 12704584. OLE color: 12704584.
HSL color Cylindrical-coordinate representation of color #48DBC1: hue angle of 169.39º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DBC1 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 193 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.14 |
| HSL | 169.39º | 0.67% | 0.57% | - |
| HSV(B) | 169.39º | 0.67% | 0.86% | - |
| XYZ | 37.63 | 55.89 | 59.26 | - |
| YUV | 172.08 | 139.8 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 193 | 0.67 | 0 | 0.12 | 0.14 | 169.39 | 0.67 | 0.57 |
| Hex | 48 | DB | C1 | 43 | 0 | C | E | A9 | 43 | 39 |
| Octal | 110 | 333 | 301 | 103 | 0 | 14 | 16 | 251 | 103 | 71 |
| Binary | 1001000 | 11011011 | 11000001 | 1000011 | 0 | 1100 | 1110 | 10101001 | 1000011 | 111001 |
Color Harmonies of #48DBC1
Complementary color
Monochromatic Colors of #48DBC1
Black with #48DBC1
Text Example
Text Example
White with #48DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DBC1; }
p { color: rgb(72,219,193); }
H1.HeaderClassName
{
color: #48DBC1;
}
.AnyTagClassName
{
color: #48DBC1;
}
</style>
background-color css
<style>
a { background-color: #48DBC1; }
a { background-color: rgb(72,219,193); }
div.DivClassName
{
background-color: #48DBC1;
}
.BgClassName
{
background-color: #48DBC1;
}
</style>
border-color css
<style>
span { border-color: #48DBC1; }
span { border-color: rgb(72,219,193); }
td.TdClassName
{
border-color: #48DBC1;
}
.TagClassName
{
border-color: #48DBC1;
}
</style>