Shades of Turquoise #48FBDB
Tints of Turquoise #48FBDB
RGB
CMYK
RGB Variations
Color information
#48FBDB (or 0x48FBDB) is known color: Turquoise. HEX triplet: 48, FB and DB. RGB value is (72,251,219). Sum of RGB (Red+Green+Blue) = 72+251+219=542 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.28% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #48FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FBDB is #B70424. Grayscale: #C1C1C1. Windows color (decimal): -11994149 or 14416712. OLE color: 14416712.
HSL color Cylindrical-coordinate representation of color #48FBDB: hue angle of 169.27º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FBDB is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 251 | 219 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.02 |
| HSL | 169.27º | 0.96% | 0.63% | - |
| HSV(B) | 169.27º | 0.71% | 0.98% | - |
| XYZ | 49.96 | 75.49 | 78.96 | - |
| YUV | 193.83 | 142.2 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 251 | 219 | 0.71 | 0 | 0.13 | 0.02 | 169.27 | 0.96 | 0.63 |
| Hex | 48 | FB | DB | 47 | 0 | D | 2 | A9 | 60 | 3F |
| Octal | 110 | 373 | 333 | 107 | 0 | 15 | 2 | 251 | 140 | 77 |
| Binary | 1001000 | 11111011 | 11011011 | 1000111 | 0 | 1101 | 10 | 10101001 | 1100000 | 111111 |
Color Harmonies of #48FBDB
Complementary color
Monochromatic Colors of #48FBDB
Black with #48FBDB
Text Example
Text Example
White with #48FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FBDB; }
p { color: rgb(72,251,219); }
H1.HeaderClassName
{
color: #48FBDB;
}
.AnyTagClassName
{
color: #48FBDB;
}
</style>
background-color css
<style>
a { background-color: #48FBDB; }
a { background-color: rgb(72,251,219); }
div.DivClassName
{
background-color: #48FBDB;
}
.BgClassName
{
background-color: #48FBDB;
}
</style>
border-color css
<style>
span { border-color: #48FBDB; }
span { border-color: rgb(72,251,219); }
td.TdClassName
{
border-color: #48FBDB;
}
.TagClassName
{
border-color: #48FBDB;
}
</style>