Shades of Medium Turquoise #48C7DB
Tints of Medium Turquoise #48C7DB
RGB
CMYK
RGB Variations
Color information
#48C7DB (or 0x48C7DB) is known color: Medium Turquoise. HEX triplet: 48, C7 and DB. RGB value is (72,199,219). Sum of RGB (Red+Green+Blue) = 72+199+219=490 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.69% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #48C7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C7DB is #B73824. Grayscale: #A3A3A3. Windows color (decimal): -12007461 or 14403400. OLE color: 14403400.
HSL color Cylindrical-coordinate representation of color #48C7DB: hue angle of 188.16º 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 #48C7DB is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 199 | 219 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.14 |
| HSL | 188.16º | 0.67% | 0.57% | - |
| HSV(B) | 188.16º | 0.67% | 0.86% | - |
| XYZ | 35.88 | 47.34 | 74.26 | - |
| YUV | 163.31 | 159.42 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 199 | 219 | 0.67 | 0.09 | 0 | 0.14 | 188.16 | 0.67 | 0.57 |
| Hex | 48 | C7 | DB | 43 | 9 | 0 | E | BC | 43 | 39 |
| Octal | 110 | 307 | 333 | 103 | 11 | 0 | 16 | 274 | 103 | 71 |
| Binary | 1001000 | 11000111 | 11011011 | 1000011 | 1001 | 0 | 1110 | 10111100 | 1000011 | 111001 |
Color Harmonies of #48C7DB
Complementary color
Monochromatic Colors of #48C7DB
Black with #48C7DB
Text Example
Text Example
White with #48C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C7DB; }
p { color: rgb(72,199,219); }
H1.HeaderClassName
{
color: #48C7DB;
}
.AnyTagClassName
{
color: #48C7DB;
}
</style>
background-color css
<style>
a { background-color: #48C7DB; }
a { background-color: rgb(72,199,219); }
div.DivClassName
{
background-color: #48C7DB;
}
.BgClassName
{
background-color: #48C7DB;
}
</style>
border-color css
<style>
span { border-color: #48C7DB; }
span { border-color: rgb(72,199,219); }
td.TdClassName
{
border-color: #48C7DB;
}
.TagClassName
{
border-color: #48C7DB;
}
</style>