Shades of Turquoise #48DFB3
Tints of Turquoise #48DFB3
RGB
CMYK
RGB Variations
Color information
#48DFB3 (or 0x48DFB3) is known color: Turquoise. HEX triplet: 48, DF and B3. RGB value is (72,223,179). Sum of RGB (Red+Green+Blue) = 72+223+179=474 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.19% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DFB3 is #B7204C. Grayscale: #ACACAC. Windows color (decimal): -12001357 or 11788104. OLE color: 11788104.
HSL color Cylindrical-coordinate representation of color #48DFB3: hue angle of 162.52º 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 #48DFB3 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 179 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.13 |
| HSL | 162.52º | 0.7% | 0.58% | - |
| HSV(B) | 162.52º | 0.68% | 0.87% | - |
| XYZ | 37.2 | 57.41 | 51.77 | - |
| YUV | 172.84 | 131.47 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 179 | 0.68 | 0 | 0.20 | 0.13 | 162.52 | 0.7 | 0.58 |
| Hex | 48 | DF | B3 | 44 | 0 | 14 | D | A3 | 46 | 3A |
| Octal | 110 | 337 | 263 | 104 | 0 | 24 | 15 | 243 | 106 | 72 |
| Binary | 1001000 | 11011111 | 10110011 | 1000100 | 0 | 10100 | 1101 | 10100011 | 1000110 | 111010 |
Color Harmonies of #48DFB3
Complementary color
Monochromatic Colors of #48DFB3
Black with #48DFB3
Text Example
Text Example
White with #48DFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DFB3; }
p { color: rgb(72,223,179); }
H1.HeaderClassName
{
color: #48DFB3;
}
.AnyTagClassName
{
color: #48DFB3;
}
</style>
background-color css
<style>
a { background-color: #48DFB3; }
a { background-color: rgb(72,223,179); }
div.DivClassName
{
background-color: #48DFB3;
}
.BgClassName
{
background-color: #48DFB3;
}
</style>
border-color css
<style>
span { border-color: #48DFB3; }
span { border-color: rgb(72,223,179); }
td.TdClassName
{
border-color: #48DFB3;
}
.TagClassName
{
border-color: #48DFB3;
}
</style>