Shades of Medium Turquoise #48DBBC
Tints of Medium Turquoise #48DBBC
RGB
CMYK
RGB Variations
Color information
#48DBBC (or 0x48DBBC) is known color: Medium Turquoise. HEX triplet: 48, DB and BC. RGB value is (72,219,188). Sum of RGB (Red+Green+Blue) = 72+219+188=479 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.03% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DBBC is #B72443. Grayscale: #ABABAB. Windows color (decimal): -12002372 or 12376904. OLE color: 12376904.
HSL color Cylindrical-coordinate representation of color #48DBBC: hue angle of 167.35º 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 #48DBBC is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 188 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.14 |
| HSL | 167.35º | 0.67% | 0.57% | - |
| HSV(B) | 167.35º | 0.67% | 0.86% | - |
| XYZ | 37.08 | 55.67 | 56.37 | - |
| YUV | 171.51 | 137.3 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 188 | 0.67 | 0 | 0.14 | 0.14 | 167.35 | 0.67 | 0.57 |
| Hex | 48 | DB | BC | 43 | 0 | E | E | A7 | 43 | 39 |
| Octal | 110 | 333 | 274 | 103 | 0 | 16 | 16 | 247 | 103 | 71 |
| Binary | 1001000 | 11011011 | 10111100 | 1000011 | 0 | 1110 | 1110 | 10100111 | 1000011 | 111001 |
Color Harmonies of #48DBBC
Complementary color
Monochromatic Colors of #48DBBC
Black with #48DBBC
Text Example
Text Example
White with #48DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DBBC; }
p { color: rgb(72,219,188); }
H1.HeaderClassName
{
color: #48DBBC;
}
.AnyTagClassName
{
color: #48DBBC;
}
</style>
background-color css
<style>
a { background-color: #48DBBC; }
a { background-color: rgb(72,219,188); }
div.DivClassName
{
background-color: #48DBBC;
}
.BgClassName
{
background-color: #48DBBC;
}
</style>
border-color css
<style>
span { border-color: #48DBBC; }
span { border-color: rgb(72,219,188); }
td.TdClassName
{
border-color: #48DBBC;
}
.TagClassName
{
border-color: #48DBBC;
}
</style>