Shades of Turquoise #48DFC2
Tints of Turquoise #48DFC2
RGB
CMYK
RGB Variations
Color information
#48DFC2 (or 0x48DFC2) is known color: Turquoise. HEX triplet: 48, DF and C2. RGB value is (72,223,194). Sum of RGB (Red+Green+Blue) = 72+223+194=489 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.72% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DFC2 is #B7203D. Grayscale: #AEAEAE. Windows color (decimal): -12001342 or 12771144. OLE color: 12771144.
HSL color Cylindrical-coordinate representation of color #48DFC2: hue angle of 168.48º 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 #48DFC2 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 194 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.13 |
| HSL | 168.48º | 0.7% | 0.58% | - |
| HSV(B) | 168.48º | 0.68% | 0.87% | - |
| XYZ | 38.8 | 58.05 | 60.2 | - |
| YUV | 174.55 | 138.97 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 194 | 0.68 | 0 | 0.13 | 0.13 | 168.48 | 0.7 | 0.58 |
| Hex | 48 | DF | C2 | 44 | 0 | D | D | A8 | 46 | 3A |
| Octal | 110 | 337 | 302 | 104 | 0 | 15 | 15 | 250 | 106 | 72 |
| Binary | 1001000 | 11011111 | 11000010 | 1000100 | 0 | 1101 | 1101 | 10101000 | 1000110 | 111010 |
Color Harmonies of #48DFC2
Complementary color
Monochromatic Colors of #48DFC2
Black with #48DFC2
Text Example
Text Example
White with #48DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DFC2; }
p { color: rgb(72,223,194); }
H1.HeaderClassName
{
color: #48DFC2;
}
.AnyTagClassName
{
color: #48DFC2;
}
</style>
background-color css
<style>
a { background-color: #48DFC2; }
a { background-color: rgb(72,223,194); }
div.DivClassName
{
background-color: #48DFC2;
}
.BgClassName
{
background-color: #48DFC2;
}
</style>
border-color css
<style>
span { border-color: #48DFC2; }
span { border-color: rgb(72,223,194); }
td.TdClassName
{
border-color: #48DFC2;
}
.TagClassName
{
border-color: #48DFC2;
}
</style>