Shades of Turquoise #48DFD3
Tints of Turquoise #48DFD3
RGB
CMYK
RGB Variations
Color information
#48DFD3 (or 0x48DFD3) is known color: Turquoise. HEX triplet: 48, DF and D3. RGB value is (72,223,211). Sum of RGB (Red+Green+Blue) = 72+223+211=506 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.23% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DFD3 is #B7202C. Grayscale: #B0B0B0. Windows color (decimal): -12001325 or 13885256. OLE color: 13885256.
HSL color Cylindrical-coordinate representation of color #48DFD3: hue angle of 175.23º 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 #48DFD3 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 211 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.13 |
| HSL | 175.23º | 0.7% | 0.58% | - |
| HSV(B) | 175.23º | 0.68% | 0.87% | - |
| XYZ | 40.82 | 58.86 | 70.84 | - |
| YUV | 176.48 | 147.47 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 211 | 0.68 | 0 | 0.05 | 0.13 | 175.23 | 0.7 | 0.58 |
| Hex | 48 | DF | D3 | 44 | 0 | 5 | D | AF | 46 | 3A |
| Octal | 110 | 337 | 323 | 104 | 0 | 5 | 15 | 257 | 106 | 72 |
| Binary | 1001000 | 11011111 | 11010011 | 1000100 | 0 | 101 | 1101 | 10101111 | 1000110 | 111010 |
Color Harmonies of #48DFD3
Complementary color
Monochromatic Colors of #48DFD3
Black with #48DFD3
Text Example
Text Example
White with #48DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DFD3; }
p { color: rgb(72,223,211); }
H1.HeaderClassName
{
color: #48DFD3;
}
.AnyTagClassName
{
color: #48DFD3;
}
</style>
background-color css
<style>
a { background-color: #48DFD3; }
a { background-color: rgb(72,223,211); }
div.DivClassName
{
background-color: #48DFD3;
}
.BgClassName
{
background-color: #48DFD3;
}
</style>
border-color css
<style>
span { border-color: #48DFD3; }
span { border-color: rgb(72,223,211); }
td.TdClassName
{
border-color: #48DFD3;
}
.TagClassName
{
border-color: #48DFD3;
}
</style>