Shades of Turquoise #48DBDD
Tints of Turquoise #48DBDD
RGB
CMYK
RGB Variations
Color information
#48DBDD (or 0x48DBDD) is known color: Turquoise. HEX triplet: 48, DB and DD. RGB value is (72,219,221). Sum of RGB (Red+Green+Blue) = 72+219+221=512 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.06% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #48DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DBDD is #B72422. Grayscale: #AFAFAF. Windows color (decimal): -12002339 or 14539592. OLE color: 14539592.
HSL color Cylindrical-coordinate representation of color #48DBDD: hue angle of 180.81º 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 #48DBDD is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 219 | 221 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.13 |
| HSL | 180.81º | 0.69% | 0.57% | - |
| HSV(B) | 180.81º | 0.67% | 0.87% | - |
| XYZ | 41.06 | 57.26 | 77.3 | - |
| YUV | 175.28 | 153.8 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 221 | 0.67 | 0.01 | 0 | 0.13 | 180.81 | 0.69 | 0.57 |
| Hex | 48 | DB | DD | 43 | 1 | 0 | D | B5 | 45 | 39 |
| Octal | 110 | 333 | 335 | 103 | 1 | 0 | 15 | 265 | 105 | 71 |
| Binary | 1001000 | 11011011 | 11011101 | 1000011 | 1 | 0 | 1101 | 10110101 | 1000101 | 111001 |
Color Harmonies of #48DBDD
Complementary color
Monochromatic Colors of #48DBDD
Black with #48DBDD
Text Example
Text Example
White with #48DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DBDD; }
p { color: rgb(72,219,221); }
H1.HeaderClassName
{
color: #48DBDD;
}
.AnyTagClassName
{
color: #48DBDD;
}
</style>
background-color css
<style>
a { background-color: #48DBDD; }
a { background-color: rgb(72,219,221); }
div.DivClassName
{
background-color: #48DBDD;
}
.BgClassName
{
background-color: #48DBDD;
}
</style>
border-color css
<style>
span { border-color: #48DBDD; }
span { border-color: rgb(72,219,221); }
td.TdClassName
{
border-color: #48DBDD;
}
.TagClassName
{
border-color: #48DBDD;
}
</style>