Shades of Turquoise #48EFDB
Tints of Turquoise #48EFDB
RGB
CMYK
RGB Variations
Color information
#48EFDB (or 0x48EFDB) is known color: Turquoise. HEX triplet: 48, EF and DB. RGB value is (72,239,219). Sum of RGB (Red+Green+Blue) = 72+239+219=530 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.58% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #48EFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EFDB is #B71024. Grayscale: #BABABA. Windows color (decimal): -11997221 or 14413640. OLE color: 14413640.
HSL color Cylindrical-coordinate representation of color #48EFDB: hue angle of 172.81º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EFDB is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 239 | 219 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.06 |
| HSL | 172.81º | 0.84% | 0.61% | - |
| HSV(B) | 172.81º | 0.7% | 0.94% | - |
| XYZ | 46.33 | 68.23 | 77.75 | - |
| YUV | 186.79 | 146.17 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 239 | 219 | 0.70 | 0 | 0.08 | 0.06 | 172.81 | 0.84 | 0.61 |
| Hex | 48 | EF | DB | 46 | 0 | 8 | 6 | AD | 54 | 3D |
| Octal | 110 | 357 | 333 | 106 | 0 | 10 | 6 | 255 | 124 | 75 |
| Binary | 1001000 | 11101111 | 11011011 | 1000110 | 0 | 1000 | 110 | 10101101 | 1010100 | 111101 |
Color Harmonies of #48EFDB
Complementary color
Monochromatic Colors of #48EFDB
Black with #48EFDB
Text Example
Text Example
White with #48EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EFDB; }
p { color: rgb(72,239,219); }
H1.HeaderClassName
{
color: #48EFDB;
}
.AnyTagClassName
{
color: #48EFDB;
}
</style>
background-color css
<style>
a { background-color: #48EFDB; }
a { background-color: rgb(72,239,219); }
div.DivClassName
{
background-color: #48EFDB;
}
.BgClassName
{
background-color: #48EFDB;
}
</style>
border-color css
<style>
span { border-color: #48EFDB; }
span { border-color: rgb(72,239,219); }
td.TdClassName
{
border-color: #48EFDB;
}
.TagClassName
{
border-color: #48EFDB;
}
</style>