Shades of Medium Turquoise #48DBBB
Tints of Medium Turquoise #48DBBB
RGB
CMYK
RGB Variations
Color information
#48DBBB (or 0x48DBBB) is known color: Medium Turquoise. HEX triplet: 48, DB and BB. RGB value is (72,219,187). Sum of RGB (Red+Green+Blue) = 72+219+187=478 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.06% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DBBB is #B72444. Grayscale: #ABABAB. Windows color (decimal): -12002373 or 12311368. OLE color: 12311368.
HSL color Cylindrical-coordinate representation of color #48DBBB: hue angle of 166.94º 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 #48DBBB is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 187 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.14 |
| HSL | 166.94º | 0.67% | 0.57% | - |
| HSV(B) | 166.94º | 0.67% | 0.86% | - |
| XYZ | 36.97 | 55.63 | 55.8 | - |
| YUV | 171.4 | 136.8 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 187 | 0.67 | 0 | 0.15 | 0.14 | 166.94 | 0.67 | 0.57 |
| Hex | 48 | DB | BB | 43 | 0 | F | E | A7 | 43 | 39 |
| Octal | 110 | 333 | 273 | 103 | 0 | 17 | 16 | 247 | 103 | 71 |
| Binary | 1001000 | 11011011 | 10111011 | 1000011 | 0 | 1111 | 1110 | 10100111 | 1000011 | 111001 |
Color Harmonies of #48DBBB
Complementary color
Monochromatic Colors of #48DBBB
Black with #48DBBB
Text Example
Text Example
White with #48DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DBBB; }
p { color: rgb(72,219,187); }
H1.HeaderClassName
{
color: #48DBBB;
}
.AnyTagClassName
{
color: #48DBBB;
}
</style>
background-color css
<style>
a { background-color: #48DBBB; }
a { background-color: rgb(72,219,187); }
div.DivClassName
{
background-color: #48DBBB;
}
.BgClassName
{
background-color: #48DBBB;
}
</style>
border-color css
<style>
span { border-color: #48DBBB; }
span { border-color: rgb(72,219,187); }
td.TdClassName
{
border-color: #48DBBB;
}
.TagClassName
{
border-color: #48DBBB;
}
</style>