Shades of Turquoise #48DBDC
Tints of Turquoise #48DBDC
RGB
CMYK
RGB Variations
Color information
#48DBDC (or 0x48DBDC) is known color: Turquoise. HEX triplet: 48, DB and DC. RGB value is (72,219,220). Sum of RGB (Red+Green+Blue) = 72+219+220=511 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.09% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #48DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DBDC is #B72423. Grayscale: #AFAFAF. Windows color (decimal): -12002340 or 14474056. OLE color: 14474056.
HSL color Cylindrical-coordinate representation of color #48DBDC: hue angle of 180.41º degrees, saturation: 0.68, 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 #48DBDC is Cyan = 0.67, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 220 | - |
| CMYK | 0.67 | 0.00 | 0 | 0.14 |
| HSL | 180.41º | 0.68% | 0.57% | - |
| HSV(B) | 180.41º | 0.67% | 0.86% | - |
| XYZ | 40.92 | 57.21 | 76.6 | - |
| YUV | 175.16 | 153.3 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 220 | 0.67 | 0.00 | 0 | 0.14 | 180.41 | 0.68 | 0.57 |
| Hex | 48 | DB | DC | 43 | 0 | 0 | E | B4 | 44 | 39 |
| Octal | 110 | 333 | 334 | 103 | 0 | 0 | 16 | 264 | 104 | 71 |
| Binary | 1001000 | 11011011 | 11011100 | 1000011 | 0 | 0 | 1110 | 10110100 | 1000100 | 111001 |
Color Harmonies of #48DBDC
Complementary color
Monochromatic Colors of #48DBDC
Black with #48DBDC
Text Example
Text Example
White with #48DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DBDC; }
p { color: rgb(72,219,220); }
H1.HeaderClassName
{
color: #48DBDC;
}
.AnyTagClassName
{
color: #48DBDC;
}
</style>
background-color css
<style>
a { background-color: #48DBDC; }
a { background-color: rgb(72,219,220); }
div.DivClassName
{
background-color: #48DBDC;
}
.BgClassName
{
background-color: #48DBDC;
}
</style>
border-color css
<style>
span { border-color: #48DBDC; }
span { border-color: rgb(72,219,220); }
td.TdClassName
{
border-color: #48DBDC;
}
.TagClassName
{
border-color: #48DBDC;
}
</style>