Shades of Turquoise #48DBEB
Tints of Turquoise #48DBEB
RGB
CMYK
RGB Variations
Color information
#48DBEB (or 0x48DBEB) is known color: Turquoise. HEX triplet: 48, DB and EB. RGB value is (72,219,235). Sum of RGB (Red+Green+Blue) = 72+219+235=526 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.69% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #48DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DBEB is #B72414. Grayscale: #B0B0B0. Windows color (decimal): -12002325 or 15457096. OLE color: 15457096.
HSL color Cylindrical-coordinate representation of color #48DBEB: hue angle of 185.89º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48DBEB is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 219 | 235 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.08 |
| HSL | 185.89º | 0.8% | 0.6% | - |
| HSV(B) | 185.89º | 0.69% | 0.92% | - |
| XYZ | 43 | 58.04 | 87.53 | - |
| YUV | 176.87 | 160.8 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 235 | 0.69 | 0.07 | 0 | 0.08 | 185.89 | 0.8 | 0.6 |
| Hex | 48 | DB | EB | 45 | 7 | 0 | 8 | BA | 50 | 3C |
| Octal | 110 | 333 | 353 | 105 | 7 | 0 | 10 | 272 | 120 | 74 |
| Binary | 1001000 | 11011011 | 11101011 | 1000101 | 111 | 0 | 1000 | 10111010 | 1010000 | 111100 |
Color Harmonies of #48DBEB
Complementary color
Monochromatic Colors of #48DBEB
Black with #48DBEB
Text Example
Text Example
White with #48DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DBEB; }
p { color: rgb(72,219,235); }
H1.HeaderClassName
{
color: #48DBEB;
}
.AnyTagClassName
{
color: #48DBEB;
}
</style>
background-color css
<style>
a { background-color: #48DBEB; }
a { background-color: rgb(72,219,235); }
div.DivClassName
{
background-color: #48DBEB;
}
.BgClassName
{
background-color: #48DBEB;
}
</style>
border-color css
<style>
span { border-color: #48DBEB; }
span { border-color: rgb(72,219,235); }
td.TdClassName
{
border-color: #48DBEB;
}
.TagClassName
{
border-color: #48DBEB;
}
</style>