Shades of Turquoise #48EADB
Tints of Turquoise #48EADB
RGB
CMYK
RGB Variations
Color information
#48EADB (or 0x48EADB) is known color: Turquoise. HEX triplet: 48, EA and DB. RGB value is (72,234,219). Sum of RGB (Red+Green+Blue) = 72+234+219=525 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.71% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #48EADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EADB is #B71524. Grayscale: #B7B7B7. Windows color (decimal): -11998501 or 14412360. OLE color: 14412360.
HSL color Cylindrical-coordinate representation of color #48EADB: hue angle of 174.44º degrees, saturation: 0.79, 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 #48EADB is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 234 | 219 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.08 |
| HSL | 174.44º | 0.79% | 0.6% | - |
| HSV(B) | 174.44º | 0.69% | 0.92% | - |
| XYZ | 44.88 | 65.34 | 77.26 | - |
| YUV | 183.85 | 147.83 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 234 | 219 | 0.69 | 0 | 0.06 | 0.08 | 174.44 | 0.79 | 0.6 |
| Hex | 48 | EA | DB | 45 | 0 | 6 | 8 | AE | 4F | 3C |
| Octal | 110 | 352 | 333 | 105 | 0 | 6 | 10 | 256 | 117 | 74 |
| Binary | 1001000 | 11101010 | 11011011 | 1000101 | 0 | 110 | 1000 | 10101110 | 1001111 | 111100 |
Color Harmonies of #48EADB
Complementary color
Monochromatic Colors of #48EADB
Black with #48EADB
Text Example
Text Example
White with #48EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EADB; }
p { color: rgb(72,234,219); }
H1.HeaderClassName
{
color: #48EADB;
}
.AnyTagClassName
{
color: #48EADB;
}
</style>
background-color css
<style>
a { background-color: #48EADB; }
a { background-color: rgb(72,234,219); }
div.DivClassName
{
background-color: #48EADB;
}
.BgClassName
{
background-color: #48EADB;
}
</style>
border-color css
<style>
span { border-color: #48EADB; }
span { border-color: rgb(72,234,219); }
td.TdClassName
{
border-color: #48EADB;
}
.TagClassName
{
border-color: #48EADB;
}
</style>