Shades of Turquoise #48E6DD
Tints of Turquoise #48E6DD
RGB
CMYK
RGB Variations
Color information
#48E6DD (or 0x48E6DD) is known color: Turquoise. HEX triplet: 48, E6 and DD. RGB value is (72,230,221). Sum of RGB (Red+Green+Blue) = 72+230+221=523 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.77% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #48E6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48E6DD is #B71922. Grayscale: #B5B5B5. Windows color (decimal): -11999523 or 14542408. OLE color: 14542408.
HSL color Cylindrical-coordinate representation of color #48E6DD: hue angle of 176.58º 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 #48E6DD is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 230 | 221 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.10 |
| HSL | 176.58º | 0.76% | 0.59% | - |
| HSV(B) | 176.58º | 0.69% | 0.9% | - |
| XYZ | 44.02 | 63.19 | 78.28 | - |
| YUV | 181.73 | 150.15 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 230 | 221 | 0.69 | 0 | 0.04 | 0.10 | 176.58 | 0.76 | 0.59 |
| Hex | 48 | E6 | DD | 45 | 0 | 4 | A | B1 | 4C | 3B |
| Octal | 110 | 346 | 335 | 105 | 0 | 4 | 12 | 261 | 114 | 73 |
| Binary | 1001000 | 11100110 | 11011101 | 1000101 | 0 | 100 | 1010 | 10110001 | 1001100 | 111011 |
Color Harmonies of #48E6DD
Complementary color
Monochromatic Colors of #48E6DD
Black with #48E6DD
Text Example
Text Example
White with #48E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E6DD; }
p { color: rgb(72,230,221); }
H1.HeaderClassName
{
color: #48E6DD;
}
.AnyTagClassName
{
color: #48E6DD;
}
</style>
background-color css
<style>
a { background-color: #48E6DD; }
a { background-color: rgb(72,230,221); }
div.DivClassName
{
background-color: #48E6DD;
}
.BgClassName
{
background-color: #48E6DD;
}
</style>
border-color css
<style>
span { border-color: #48E6DD; }
span { border-color: rgb(72,230,221); }
td.TdClassName
{
border-color: #48E6DD;
}
.TagClassName
{
border-color: #48E6DD;
}
</style>