Shades of Turquoise #48DFC7
Tints of Turquoise #48DFC7
RGB
CMYK
RGB Variations
Color information
#48DFC7 (or 0x48DFC7) is known color: Turquoise. HEX triplet: 48, DF and C7. RGB value is (72,223,199). Sum of RGB (Red+Green+Blue) = 72+223+199=494 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.57% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DFC7 is #B72038. Grayscale: #AFAFAF. Windows color (decimal): -12001337 or 13098824. OLE color: 13098824.
HSL color Cylindrical-coordinate representation of color #48DFC7: hue angle of 170.46º 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 #48DFC7 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 199 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.13 |
| HSL | 170.46º | 0.7% | 0.58% | - |
| HSV(B) | 170.46º | 0.68% | 0.87% | - |
| XYZ | 39.37 | 58.28 | 63.21 | - |
| YUV | 175.12 | 141.47 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 199 | 0.68 | 0 | 0.11 | 0.13 | 170.46 | 0.7 | 0.58 |
| Hex | 48 | DF | C7 | 44 | 0 | B | D | AA | 46 | 3A |
| Octal | 110 | 337 | 307 | 104 | 0 | 13 | 15 | 252 | 106 | 72 |
| Binary | 1001000 | 11011111 | 11000111 | 1000100 | 0 | 1011 | 1101 | 10101010 | 1000110 | 111010 |
Color Harmonies of #48DFC7
Complementary color
Monochromatic Colors of #48DFC7
Black with #48DFC7
Text Example
Text Example
White with #48DFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DFC7; }
p { color: rgb(72,223,199); }
H1.HeaderClassName
{
color: #48DFC7;
}
.AnyTagClassName
{
color: #48DFC7;
}
</style>
background-color css
<style>
a { background-color: #48DFC7; }
a { background-color: rgb(72,223,199); }
div.DivClassName
{
background-color: #48DFC7;
}
.BgClassName
{
background-color: #48DFC7;
}
</style>
border-color css
<style>
span { border-color: #48DFC7; }
span { border-color: rgb(72,223,199); }
td.TdClassName
{
border-color: #48DFC7;
}
.TagClassName
{
border-color: #48DFC7;
}
</style>