Shades of Medium Turquoise #48C6DB
Tints of Medium Turquoise #48C6DB
RGB
CMYK
RGB Variations
Color information
#48C6DB (or 0x48C6DB) is known color: Medium Turquoise. HEX triplet: 48, C6 and DB. RGB value is (72,198,219). Sum of RGB (Red+Green+Blue) = 72+198+219=489 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.72% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #48C6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C6DB is #B73924. Grayscale: #A2A2A2. Windows color (decimal): -12007717 or 14403144. OLE color: 14403144.
HSL color Cylindrical-coordinate representation of color #48C6DB: hue angle of 188.57º 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 #48C6DB is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 198 | 219 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.14 |
| HSL | 188.57º | 0.67% | 0.57% | - |
| HSV(B) | 188.57º | 0.67% | 0.86% | - |
| XYZ | 35.65 | 46.88 | 74.19 | - |
| YUV | 162.72 | 159.76 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 198 | 219 | 0.67 | 0.10 | 0 | 0.14 | 188.57 | 0.67 | 0.57 |
| Hex | 48 | C6 | DB | 43 | A | 0 | E | BD | 43 | 39 |
| Octal | 110 | 306 | 333 | 103 | 12 | 0 | 16 | 275 | 103 | 71 |
| Binary | 1001000 | 11000110 | 11011011 | 1000011 | 1010 | 0 | 1110 | 10111101 | 1000011 | 111001 |
Color Harmonies of #48C6DB
Complementary color
Monochromatic Colors of #48C6DB
Black with #48C6DB
Text Example
Text Example
White with #48C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C6DB; }
p { color: rgb(72,198,219); }
H1.HeaderClassName
{
color: #48C6DB;
}
.AnyTagClassName
{
color: #48C6DB;
}
</style>
background-color css
<style>
a { background-color: #48C6DB; }
a { background-color: rgb(72,198,219); }
div.DivClassName
{
background-color: #48C6DB;
}
.BgClassName
{
background-color: #48C6DB;
}
</style>
border-color css
<style>
span { border-color: #48C6DB; }
span { border-color: rgb(72,198,219); }
td.TdClassName
{
border-color: #48C6DB;
}
.TagClassName
{
border-color: #48C6DB;
}
</style>