Shades of Turquoise #48DFDB
Tints of Turquoise #48DFDB
RGB
CMYK
RGB Variations
Color information
#48DFDB (or 0x48DFDB) is known color: Turquoise. HEX triplet: 48, DF and DB. RGB value is (72,223,219). Sum of RGB (Red+Green+Blue) = 72+223+219=514 (68% of max value = 765). Red value is 72 (28.52% from 255 or 14.01% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DFDB is #B72024. Grayscale: #B1B1B1. Windows color (decimal): -12001317 or 14409544. OLE color: 14409544.
HSL color Cylindrical-coordinate representation of color #48DFDB: hue angle of 178.41º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DFDB is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 219 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.13 |
| HSL | 178.41º | 0.7% | 0.58% | - |
| HSV(B) | 178.41º | 0.68% | 0.87% | - |
| XYZ | 41.85 | 59.27 | 76.25 | - |
| YUV | 177.4 | 151.47 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 219 | 0.68 | 0 | 0.02 | 0.13 | 178.41 | 0.7 | 0.58 |
| Hex | 48 | DF | DB | 44 | 0 | 2 | D | B2 | 46 | 3A |
| Octal | 110 | 337 | 333 | 104 | 0 | 2 | 15 | 262 | 106 | 72 |
| Binary | 1001000 | 11011111 | 11011011 | 1000100 | 0 | 10 | 1101 | 10110010 | 1000110 | 111010 |
Color Harmonies of #48DFDB
Complementary color
Monochromatic Colors of #48DFDB
Black with #48DFDB
Text Example
Text Example
White with #48DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DFDB; }
p { color: rgb(72,223,219); }
H1.HeaderClassName
{
color: #48DFDB;
}
.AnyTagClassName
{
color: #48DFDB;
}
</style>
background-color css
<style>
a { background-color: #48DFDB; }
a { background-color: rgb(72,223,219); }
div.DivClassName
{
background-color: #48DFDB;
}
.BgClassName
{
background-color: #48DFDB;
}
</style>
border-color css
<style>
span { border-color: #48DFDB; }
span { border-color: rgb(72,223,219); }
td.TdClassName
{
border-color: #48DFDB;
}
.TagClassName
{
border-color: #48DFDB;
}
</style>