Shades of Turquoise #48E6DC
Tints of Turquoise #48E6DC
RGB
CMYK
RGB Variations
Color information
#48E6DC (or 0x48E6DC) is known color: Turquoise. HEX triplet: 48, E6 and DC. RGB value is (72,230,220). Sum of RGB (Red+Green+Blue) = 72+230+220=522 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.79% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 230 - color contains mainly: green. Hex color #48E6DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48E6DC is #B71923. Grayscale: #B5B5B5. Windows color (decimal): -11999524 or 14476872. OLE color: 14476872.
HSL color Cylindrical-coordinate representation of color #48E6DC: hue angle of 176.2º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E6DC is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 230 | 220 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.10 |
| HSL | 176.2º | 0.76% | 0.59% | - |
| HSV(B) | 176.2º | 0.69% | 0.9% | - |
| XYZ | 43.89 | 63.14 | 77.58 | - |
| YUV | 181.62 | 149.65 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 230 | 220 | 0.69 | 0 | 0.04 | 0.10 | 176.2 | 0.76 | 0.59 |
| Hex | 48 | E6 | DC | 45 | 0 | 4 | A | B0 | 4C | 3B |
| Octal | 110 | 346 | 334 | 105 | 0 | 4 | 12 | 260 | 114 | 73 |
| Binary | 1001000 | 11100110 | 11011100 | 1000101 | 0 | 100 | 1010 | 10110000 | 1001100 | 111011 |
Color Harmonies of #48E6DC
Complementary color
Monochromatic Colors of #48E6DC
Black with #48E6DC
Text Example
Text Example
White with #48E6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E6DC; }
p { color: rgb(72,230,220); }
H1.HeaderClassName
{
color: #48E6DC;
}
.AnyTagClassName
{
color: #48E6DC;
}
</style>
background-color css
<style>
a { background-color: #48E6DC; }
a { background-color: rgb(72,230,220); }
div.DivClassName
{
background-color: #48E6DC;
}
.BgClassName
{
background-color: #48E6DC;
}
</style>
border-color css
<style>
span { border-color: #48E6DC; }
span { border-color: rgb(72,230,220); }
td.TdClassName
{
border-color: #48E6DC;
}
.TagClassName
{
border-color: #48E6DC;
}
</style>