Shades of Turquoise #48DDDB
Tints of Turquoise #48DDDB
RGB
CMYK
RGB Variations
Color information
#48DDDB (or 0x48DDDB) is known color: Turquoise. HEX triplet: 48, DD and DB. RGB value is (72,221,219). Sum of RGB (Red+Green+Blue) = 72+221+219=512 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.06% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DDDB is #B72224. Grayscale: #B0B0B0. Windows color (decimal): -12001829 or 14409032. OLE color: 14409032.
HSL color Cylindrical-coordinate representation of color #48DDDB: hue angle of 179.19º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DDDB is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 219 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.13 |
| HSL | 179.19º | 0.69% | 0.57% | - |
| HSV(B) | 179.19º | 0.67% | 0.87% | - |
| XYZ | 41.32 | 58.21 | 76.08 | - |
| YUV | 176.22 | 152.14 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 219 | 0.67 | 0 | 0.01 | 0.13 | 179.19 | 0.69 | 0.57 |
| Hex | 48 | DD | DB | 43 | 0 | 1 | D | B3 | 45 | 39 |
| Octal | 110 | 335 | 333 | 103 | 0 | 1 | 15 | 263 | 105 | 71 |
| Binary | 1001000 | 11011101 | 11011011 | 1000011 | 0 | 1 | 1101 | 10110011 | 1000101 | 111001 |
Color Harmonies of #48DDDB
Complementary color
Monochromatic Colors of #48DDDB
Black with #48DDDB
Text Example
Text Example
White with #48DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DDDB; }
p { color: rgb(72,221,219); }
H1.HeaderClassName
{
color: #48DDDB;
}
.AnyTagClassName
{
color: #48DDDB;
}
</style>
background-color css
<style>
a { background-color: #48DDDB; }
a { background-color: rgb(72,221,219); }
div.DivClassName
{
background-color: #48DDDB;
}
.BgClassName
{
background-color: #48DDDB;
}
</style>
border-color css
<style>
span { border-color: #48DDDB; }
span { border-color: rgb(72,221,219); }
td.TdClassName
{
border-color: #48DDDB;
}
.TagClassName
{
border-color: #48DDDB;
}
</style>