Shades of Turquoise #48DBE6
Tints of Turquoise #48DBE6
RGB
CMYK
RGB Variations
Color information
#48DBE6 (or 0x48DBE6) is known color: Turquoise. HEX triplet: 48, DB and E6. RGB value is (72,219,230). Sum of RGB (Red+Green+Blue) = 72+219+230=521 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.82% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #48DBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DBE6 is #B72419. Grayscale: #B0B0B0. Windows color (decimal): -12002330 or 15129416. OLE color: 15129416.
HSL color Cylindrical-coordinate representation of color #48DBE6: hue angle of 184.18º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48DBE6 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 219 | 230 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.10 |
| HSL | 184.18º | 0.76% | 0.59% | - |
| HSV(B) | 184.18º | 0.69% | 0.9% | - |
| XYZ | 42.29 | 57.75 | 83.78 | - |
| YUV | 176.3 | 158.3 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 230 | 0.69 | 0.05 | 0 | 0.10 | 184.18 | 0.76 | 0.59 |
| Hex | 48 | DB | E6 | 45 | 5 | 0 | A | B8 | 4C | 3B |
| Octal | 110 | 333 | 346 | 105 | 5 | 0 | 12 | 270 | 114 | 73 |
| Binary | 1001000 | 11011011 | 11100110 | 1000101 | 101 | 0 | 1010 | 10111000 | 1001100 | 111011 |
Color Harmonies of #48DBE6
Complementary color
Monochromatic Colors of #48DBE6
Black with #48DBE6
Text Example
Text Example
White with #48DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DBE6; }
p { color: rgb(72,219,230); }
H1.HeaderClassName
{
color: #48DBE6;
}
.AnyTagClassName
{
color: #48DBE6;
}
</style>
background-color css
<style>
a { background-color: #48DBE6; }
a { background-color: rgb(72,219,230); }
div.DivClassName
{
background-color: #48DBE6;
}
.BgClassName
{
background-color: #48DBE6;
}
</style>
border-color css
<style>
span { border-color: #48DBE6; }
span { border-color: rgb(72,219,230); }
td.TdClassName
{
border-color: #48DBE6;
}
.TagClassName
{
border-color: #48DBE6;
}
</style>