Shades of Turquoise #48FFB3
Tints of Turquoise #48FFB3
RGB
CMYK
RGB Variations
Color information
#48FFB3 (or 0x48FFB3) is known color: Turquoise. HEX triplet: 48, FF and B3. RGB value is (72,255,179). Sum of RGB (Red+Green+Blue) = 72+255+179=506 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.23% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFB3 is #B7004C. Grayscale: #BFBFBF. Windows color (decimal): -11993165 or 11796296. OLE color: 11796296.
HSL color Cylindrical-coordinate representation of color #48FFB3: hue angle of 155.08º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FFB3 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 179 | - |
| CMYK | 0.72 | 0 | 0.30 | 0 |
| HSL | 155.08º | 1% | 0.64% | - |
| HSV(B) | 155.08º | 0.72% | 1% | - |
| XYZ | 46.57 | 76.15 | 54.89 | - |
| YUV | 191.62 | 120.87 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 179 | 0.72 | 0 | 0.30 | 0 | 155.08 | 1 | 0.64 |
| Hex | 48 | FF | B3 | 48 | 0 | 1E | 0 | 9B | 64 | 40 |
| Octal | 110 | 377 | 263 | 110 | 0 | 36 | 0 | 233 | 144 | 100 |
| Binary | 1001000 | 11111111 | 10110011 | 1001000 | 0 | 11110 | 0 | 10011011 | 1100100 | 1000000 |
Color Harmonies of #48FFB3
Complementary color
Monochromatic Colors of #48FFB3
Black with #48FFB3
Text Example
Text Example
White with #48FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFB3; }
p { color: rgb(72,255,179); }
H1.HeaderClassName
{
color: #48FFB3;
}
.AnyTagClassName
{
color: #48FFB3;
}
</style>
background-color css
<style>
a { background-color: #48FFB3; }
a { background-color: rgb(72,255,179); }
div.DivClassName
{
background-color: #48FFB3;
}
.BgClassName
{
background-color: #48FFB3;
}
</style>
border-color css
<style>
span { border-color: #48FFB3; }
span { border-color: rgb(72,255,179); }
td.TdClassName
{
border-color: #48FFB3;
}
.TagClassName
{
border-color: #48FFB3;
}
</style>