Shades of Turquoise #48DDD3
Tints of Turquoise #48DDD3
RGB
CMYK
RGB Variations
Color information
#48DDD3 (or 0x48DDD3) is known color: Turquoise. HEX triplet: 48, DD and D3. RGB value is (72,221,211). Sum of RGB (Red+Green+Blue) = 72+221+211=504 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.29% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DDD3 is #B7222C. Grayscale: #AFAFAF. Windows color (decimal): -12001837 or 13884744. OLE color: 13884744.
HSL color Cylindrical-coordinate representation of color #48DDD3: hue angle of 175.97º 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 #48DDD3 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 211 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.13 |
| HSL | 175.97º | 0.69% | 0.57% | - |
| HSV(B) | 175.97º | 0.67% | 0.87% | - |
| XYZ | 40.29 | 57.79 | 70.66 | - |
| YUV | 175.31 | 148.14 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 211 | 0.67 | 0 | 0.05 | 0.13 | 175.97 | 0.69 | 0.57 |
| Hex | 48 | DD | D3 | 43 | 0 | 5 | D | B0 | 45 | 39 |
| Octal | 110 | 335 | 323 | 103 | 0 | 5 | 15 | 260 | 105 | 71 |
| Binary | 1001000 | 11011101 | 11010011 | 1000011 | 0 | 101 | 1101 | 10110000 | 1000101 | 111001 |
Color Harmonies of #48DDD3
Complementary color
Monochromatic Colors of #48DDD3
Black with #48DDD3
Text Example
Text Example
White with #48DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DDD3; }
p { color: rgb(72,221,211); }
H1.HeaderClassName
{
color: #48DDD3;
}
.AnyTagClassName
{
color: #48DDD3;
}
</style>
background-color css
<style>
a { background-color: #48DDD3; }
a { background-color: rgb(72,221,211); }
div.DivClassName
{
background-color: #48DDD3;
}
.BgClassName
{
background-color: #48DDD3;
}
</style>
border-color css
<style>
span { border-color: #48DDD3; }
span { border-color: rgb(72,221,211); }
td.TdClassName
{
border-color: #48DDD3;
}
.TagClassName
{
border-color: #48DDD3;
}
</style>