Shades of Turquoise #48F5BF
Tints of Turquoise #48F5BF
RGB
CMYK
RGB Variations
Color information
#48F5BF (or 0x48F5BF) is known color: Turquoise. HEX triplet: 48, F5 and BF. RGB value is (72,245,191). Sum of RGB (Red+Green+Blue) = 72+245+191=508 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.17% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #48F5BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F5BF is #B70A40. Grayscale: #BBBBBB. Windows color (decimal): -11995713 or 12580168. OLE color: 12580168.
HSL color Cylindrical-coordinate representation of color #48F5BF: hue angle of 161.27º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F5BF is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 245 | 191 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.04 |
| HSL | 161.27º | 0.9% | 0.62% | - |
| HSV(B) | 161.27º | 0.71% | 0.96% | - |
| XYZ | 44.73 | 70.44 | 60.53 | - |
| YUV | 187.12 | 130.19 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 245 | 191 | 0.71 | 0 | 0.22 | 0.04 | 161.27 | 0.9 | 0.62 |
| Hex | 48 | F5 | BF | 47 | 0 | 16 | 4 | A1 | 5A | 3E |
| Octal | 110 | 365 | 277 | 107 | 0 | 26 | 4 | 241 | 132 | 76 |
| Binary | 1001000 | 11110101 | 10111111 | 1000111 | 0 | 10110 | 100 | 10100001 | 1011010 | 111110 |
Color Harmonies of #48F5BF
Complementary color
Monochromatic Colors of #48F5BF
Black with #48F5BF
Text Example
Text Example
White with #48F5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F5BF; }
p { color: rgb(72,245,191); }
H1.HeaderClassName
{
color: #48F5BF;
}
.AnyTagClassName
{
color: #48F5BF;
}
</style>
background-color css
<style>
a { background-color: #48F5BF; }
a { background-color: rgb(72,245,191); }
div.DivClassName
{
background-color: #48F5BF;
}
.BgClassName
{
background-color: #48F5BF;
}
</style>
border-color css
<style>
span { border-color: #48F5BF; }
span { border-color: rgb(72,245,191); }
td.TdClassName
{
border-color: #48F5BF;
}
.TagClassName
{
border-color: #48F5BF;
}
</style>