Shades of Turquoise #48DDD0
Tints of Turquoise #48DDD0
RGB
CMYK
RGB Variations
Color information
#48DDD0 (or 0x48DDD0) is known color: Turquoise. HEX triplet: 48, DD and D0. RGB value is (72,221,208). Sum of RGB (Red+Green+Blue) = 72+221+208=501 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.37% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DDD0 is #B7222F. Grayscale: #AEAEAE. Windows color (decimal): -12001840 or 13688136. OLE color: 13688136.
HSL color Cylindrical-coordinate representation of color #48DDD0: hue angle of 174.77º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DDD0 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 208 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.13 |
| HSL | 174.77º | 0.69% | 0.57% | - |
| HSV(B) | 174.77º | 0.67% | 0.87% | - |
| XYZ | 39.91 | 57.64 | 68.7 | - |
| YUV | 174.97 | 146.64 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 208 | 0.67 | 0 | 0.06 | 0.13 | 174.77 | 0.69 | 0.57 |
| Hex | 48 | DD | D0 | 43 | 0 | 6 | D | AF | 45 | 39 |
| Octal | 110 | 335 | 320 | 103 | 0 | 6 | 15 | 257 | 105 | 71 |
| Binary | 1001000 | 11011101 | 11010000 | 1000011 | 0 | 110 | 1101 | 10101111 | 1000101 | 111001 |
Color Harmonies of #48DDD0
Complementary color
Monochromatic Colors of #48DDD0
Black with #48DDD0
Text Example
Text Example
White with #48DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DDD0; }
p { color: rgb(72,221,208); }
H1.HeaderClassName
{
color: #48DDD0;
}
.AnyTagClassName
{
color: #48DDD0;
}
</style>
background-color css
<style>
a { background-color: #48DDD0; }
a { background-color: rgb(72,221,208); }
div.DivClassName
{
background-color: #48DDD0;
}
.BgClassName
{
background-color: #48DDD0;
}
</style>
border-color css
<style>
span { border-color: #48DDD0; }
span { border-color: rgb(72,221,208); }
td.TdClassName
{
border-color: #48DDD0;
}
.TagClassName
{
border-color: #48DDD0;
}
</style>