Shades of Turquoise #48DFC9
Tints of Turquoise #48DFC9
RGB
CMYK
RGB Variations
Color information
#48DFC9 (or 0x48DFC9) is known color: Turquoise. HEX triplet: 48, DF and C9. RGB value is (72,223,201). Sum of RGB (Red+Green+Blue) = 72+223+201=496 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.52% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DFC9 is #B72036. Grayscale: #AFAFAF. Windows color (decimal): -12001335 or 13229896. OLE color: 13229896.
HSL color Cylindrical-coordinate representation of color #48DFC9: hue angle of 171.26º 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 #48DFC9 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 201 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.13 |
| HSL | 171.26º | 0.7% | 0.58% | - |
| HSV(B) | 171.26º | 0.68% | 0.87% | - |
| XYZ | 39.6 | 58.37 | 64.44 | - |
| YUV | 175.34 | 142.47 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 201 | 0.68 | 0 | 0.10 | 0.13 | 171.26 | 0.7 | 0.58 |
| Hex | 48 | DF | C9 | 44 | 0 | A | D | AB | 46 | 3A |
| Octal | 110 | 337 | 311 | 104 | 0 | 12 | 15 | 253 | 106 | 72 |
| Binary | 1001000 | 11011111 | 11001001 | 1000100 | 0 | 1010 | 1101 | 10101011 | 1000110 | 111010 |
Color Harmonies of #48DFC9
Complementary color
Monochromatic Colors of #48DFC9
Black with #48DFC9
Text Example
Text Example
White with #48DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DFC9; }
p { color: rgb(72,223,201); }
H1.HeaderClassName
{
color: #48DFC9;
}
.AnyTagClassName
{
color: #48DFC9;
}
</style>
background-color css
<style>
a { background-color: #48DFC9; }
a { background-color: rgb(72,223,201); }
div.DivClassName
{
background-color: #48DFC9;
}
.BgClassName
{
background-color: #48DFC9;
}
</style>
border-color css
<style>
span { border-color: #48DFC9; }
span { border-color: rgb(72,223,201); }
td.TdClassName
{
border-color: #48DFC9;
}
.TagClassName
{
border-color: #48DFC9;
}
</style>