Shades of Turquoise #48EDDB
Tints of Turquoise #48EDDB
RGB
CMYK
RGB Variations
Color information
#48EDDB (or 0x48EDDB) is known color: Turquoise. HEX triplet: 48, ED and DB. RGB value is (72,237,219). Sum of RGB (Red+Green+Blue) = 72+237+219=528 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.64% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDDB is #B71224. Grayscale: #B9B9B9. Windows color (decimal): -11997733 or 14413128. OLE color: 14413128.
HSL color Cylindrical-coordinate representation of color #48EDDB: hue angle of 173.45º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EDDB is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 237 | 219 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.07 |
| HSL | 173.45º | 0.82% | 0.61% | - |
| HSV(B) | 173.45º | 0.7% | 0.93% | - |
| XYZ | 45.74 | 67.06 | 77.55 | - |
| YUV | 185.61 | 146.84 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 237 | 219 | 0.70 | 0 | 0.08 | 0.07 | 173.45 | 0.82 | 0.61 |
| Hex | 48 | ED | DB | 46 | 0 | 8 | 7 | AD | 52 | 3D |
| Octal | 110 | 355 | 333 | 106 | 0 | 10 | 7 | 255 | 122 | 75 |
| Binary | 1001000 | 11101101 | 11011011 | 1000110 | 0 | 1000 | 111 | 10101101 | 1010010 | 111101 |
Color Harmonies of #48EDDB
Complementary color
Monochromatic Colors of #48EDDB
Black with #48EDDB
Text Example
Text Example
White with #48EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EDDB; }
p { color: rgb(72,237,219); }
H1.HeaderClassName
{
color: #48EDDB;
}
.AnyTagClassName
{
color: #48EDDB;
}
</style>
background-color css
<style>
a { background-color: #48EDDB; }
a { background-color: rgb(72,237,219); }
div.DivClassName
{
background-color: #48EDDB;
}
.BgClassName
{
background-color: #48EDDB;
}
</style>
border-color css
<style>
span { border-color: #48EDDB; }
span { border-color: rgb(72,237,219); }
td.TdClassName
{
border-color: #48EDDB;
}
.TagClassName
{
border-color: #48EDDB;
}
</style>