Shades of Turquoise #48DBEC
Tints of Turquoise #48DBEC
RGB
CMYK
RGB Variations
Color information
#48DBEC (or 0x48DBEC) is known color: Turquoise. HEX triplet: 48, DB and EC. RGB value is (72,219,236). Sum of RGB (Red+Green+Blue) = 72+219+236=527 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.66% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #48DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DBEC is #B72413. Grayscale: #B0B0B0. Windows color (decimal): -12002324 or 15522632. OLE color: 15522632.
HSL color Cylindrical-coordinate representation of color #48DBEC: hue angle of 186.22º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48DBEC is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 219 | 236 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.07 |
| HSL | 186.22º | 0.81% | 0.6% | - |
| HSV(B) | 186.22º | 0.69% | 0.93% | - |
| XYZ | 43.14 | 58.1 | 88.3 | - |
| YUV | 176.99 | 161.3 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 236 | 0.69 | 0.07 | 0 | 0.07 | 186.22 | 0.81 | 0.6 |
| Hex | 48 | DB | EC | 45 | 7 | 0 | 7 | BA | 51 | 3C |
| Octal | 110 | 333 | 354 | 105 | 7 | 0 | 7 | 272 | 121 | 74 |
| Binary | 1001000 | 11011011 | 11101100 | 1000101 | 111 | 0 | 111 | 10111010 | 1010001 | 111100 |
Color Harmonies of #48DBEC
Complementary color
Monochromatic Colors of #48DBEC
Black with #48DBEC
Text Example
Text Example
White with #48DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DBEC; }
p { color: rgb(72,219,236); }
H1.HeaderClassName
{
color: #48DBEC;
}
.AnyTagClassName
{
color: #48DBEC;
}
</style>
background-color css
<style>
a { background-color: #48DBEC; }
a { background-color: rgb(72,219,236); }
div.DivClassName
{
background-color: #48DBEC;
}
.BgClassName
{
background-color: #48DBEC;
}
</style>
border-color css
<style>
span { border-color: #48DBEC; }
span { border-color: rgb(72,219,236); }
td.TdClassName
{
border-color: #48DBEC;
}
.TagClassName
{
border-color: #48DBEC;
}
</style>