Shades of Turquoise #48FDDB
Tints of Turquoise #48FDDB
RGB
CMYK
RGB Variations
Color information
#48FDDB (or 0x48FDDB) is known color: Turquoise. HEX triplet: 48, FD and DB. RGB value is (72,253,219). Sum of RGB (Red+Green+Blue) = 72+253+219=544 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.24% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDDB is #B70224. Grayscale: #C2C2C2. Windows color (decimal): -11993637 or 14417224. OLE color: 14417224.
HSL color Cylindrical-coordinate representation of color #48FDDB: hue angle of 168.73º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FDDB is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 219 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.01 |
| HSL | 168.73º | 0.98% | 0.64% | - |
| HSV(B) | 168.73º | 0.72% | 0.99% | - |
| XYZ | 50.58 | 76.74 | 79.16 | - |
| YUV | 195.01 | 141.53 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 219 | 0.72 | 0 | 0.13 | 0.01 | 168.73 | 0.98 | 0.64 |
| Hex | 48 | FD | DB | 48 | 0 | D | 1 | A9 | 62 | 40 |
| Octal | 110 | 375 | 333 | 110 | 0 | 15 | 1 | 251 | 142 | 100 |
| Binary | 1001000 | 11111101 | 11011011 | 1001000 | 0 | 1101 | 1 | 10101001 | 1100010 | 1000000 |
Color Harmonies of #48FDDB
Complementary color
Monochromatic Colors of #48FDDB
Black with #48FDDB
Text Example
Text Example
White with #48FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDDB; }
p { color: rgb(72,253,219); }
H1.HeaderClassName
{
color: #48FDDB;
}
.AnyTagClassName
{
color: #48FDDB;
}
</style>
background-color css
<style>
a { background-color: #48FDDB; }
a { background-color: rgb(72,253,219); }
div.DivClassName
{
background-color: #48FDDB;
}
.BgClassName
{
background-color: #48FDDB;
}
</style>
border-color css
<style>
span { border-color: #48FDDB; }
span { border-color: rgb(72,253,219); }
td.TdClassName
{
border-color: #48FDDB;
}
.TagClassName
{
border-color: #48FDDB;
}
</style>