Shades of Medium Turquoise #48D2DB
Tints of Medium Turquoise #48D2DB
RGB
CMYK
RGB Variations
Color information
#48D2DB (or 0x48D2DB) is known color: Medium Turquoise. HEX triplet: 48, D2 and DB. RGB value is (72,210,219). Sum of RGB (Red+Green+Blue) = 72+210+219=501 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.37% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #48D2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D2DB is #B72D24. Grayscale: #A9A9A9. Windows color (decimal): -12004645 or 14406216. OLE color: 14406216.
HSL color Cylindrical-coordinate representation of color #48D2DB: hue angle of 183.67º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D2DB is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 210 | 219 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.14 |
| HSL | 183.67º | 0.67% | 0.57% | - |
| HSV(B) | 183.67º | 0.67% | 0.86% | - |
| XYZ | 38.51 | 52.59 | 75.14 | - |
| YUV | 169.76 | 155.78 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 219 | 0.67 | 0.04 | 0 | 0.14 | 183.67 | 0.67 | 0.57 |
| Hex | 48 | D2 | DB | 43 | 4 | 0 | E | B8 | 43 | 39 |
| Octal | 110 | 322 | 333 | 103 | 4 | 0 | 16 | 270 | 103 | 71 |
| Binary | 1001000 | 11010010 | 11011011 | 1000011 | 100 | 0 | 1110 | 10111000 | 1000011 | 111001 |
Color Harmonies of #48D2DB
Complementary color
Monochromatic Colors of #48D2DB
Black with #48D2DB
Text Example
Text Example
White with #48D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D2DB; }
p { color: rgb(72,210,219); }
H1.HeaderClassName
{
color: #48D2DB;
}
.AnyTagClassName
{
color: #48D2DB;
}
</style>
background-color css
<style>
a { background-color: #48D2DB; }
a { background-color: rgb(72,210,219); }
div.DivClassName
{
background-color: #48D2DB;
}
.BgClassName
{
background-color: #48D2DB;
}
</style>
border-color css
<style>
span { border-color: #48D2DB; }
span { border-color: rgb(72,210,219); }
td.TdClassName
{
border-color: #48D2DB;
}
.TagClassName
{
border-color: #48D2DB;
}
</style>