Shades of Medium Turquoise #48DABB
Tints of Medium Turquoise #48DABB
RGB
CMYK
RGB Variations
Color information
#48DABB (or 0x48DABB) is known color: Medium Turquoise. HEX triplet: 48, DA and BB. RGB value is (72,218,187). Sum of RGB (Red+Green+Blue) = 72+218+187=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #48DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DABB is #B72544. Grayscale: #AAAAAA. Windows color (decimal): -12002629 or 12311112. OLE color: 12311112.
HSL color Cylindrical-coordinate representation of color #48DABB: hue angle of 167.26º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DABB is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 218 | 187 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.15 |
| HSL | 167.26º | 0.66% | 0.57% | - |
| HSV(B) | 167.26º | 0.67% | 0.85% | - |
| XYZ | 36.71 | 55.11 | 55.72 | - |
| YUV | 170.81 | 137.13 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 218 | 187 | 0.67 | 0 | 0.14 | 0.15 | 167.26 | 0.66 | 0.57 |
| Hex | 48 | DA | BB | 43 | 0 | E | F | A7 | 42 | 39 |
| Octal | 110 | 332 | 273 | 103 | 0 | 16 | 17 | 247 | 102 | 71 |
| Binary | 1001000 | 11011010 | 10111011 | 1000011 | 0 | 1110 | 1111 | 10100111 | 1000010 | 111001 |
Color Harmonies of #48DABB
Complementary color
Monochromatic Colors of #48DABB
Black with #48DABB
Text Example
Text Example
White with #48DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DABB; }
p { color: rgb(72,218,187); }
H1.HeaderClassName
{
color: #48DABB;
}
.AnyTagClassName
{
color: #48DABB;
}
</style>
background-color css
<style>
a { background-color: #48DABB; }
a { background-color: rgb(72,218,187); }
div.DivClassName
{
background-color: #48DABB;
}
.BgClassName
{
background-color: #48DABB;
}
</style>
border-color css
<style>
span { border-color: #48DABB; }
span { border-color: rgb(72,218,187); }
td.TdClassName
{
border-color: #48DABB;
}
.TagClassName
{
border-color: #48DABB;
}
</style>