Shades of Turquoise #48FFB2
Tints of Turquoise #48FFB2
RGB
CMYK
RGB Variations
Color information
#48FFB2 (or 0x48FFB2) is known color: Turquoise. HEX triplet: 48, FF and B2. RGB value is (72,255,178). Sum of RGB (Red+Green+Blue) = 72+255+178=505 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.26% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FFB2 is #B7004D. Grayscale: #BFBFBF. Windows color (decimal): -11993166 or 11730760. OLE color: 11730760.
HSL color Cylindrical-coordinate representation of color #48FFB2: hue angle of 154.75º 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 #48FFB2 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 178 | - |
| CMYK | 0.72 | 0 | 0.30 | 0 |
| HSL | 154.75º | 1% | 0.64% | - |
| HSV(B) | 154.75º | 0.72% | 1% | - |
| XYZ | 46.47 | 76.11 | 54.36 | - |
| YUV | 191.51 | 120.37 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 178 | 0.72 | 0 | 0.30 | 0 | 154.75 | 1 | 0.64 |
| Hex | 48 | FF | B2 | 48 | 0 | 1E | 0 | 9B | 64 | 40 |
| Octal | 110 | 377 | 262 | 110 | 0 | 36 | 0 | 233 | 144 | 100 |
| Binary | 1001000 | 11111111 | 10110010 | 1001000 | 0 | 11110 | 0 | 10011011 | 1100100 | 1000000 |
Color Harmonies of #48FFB2
Complementary color
Monochromatic Colors of #48FFB2
Black with #48FFB2
Text Example
Text Example
White with #48FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFB2; }
p { color: rgb(72,255,178); }
H1.HeaderClassName
{
color: #48FFB2;
}
.AnyTagClassName
{
color: #48FFB2;
}
</style>
background-color css
<style>
a { background-color: #48FFB2; }
a { background-color: rgb(72,255,178); }
div.DivClassName
{
background-color: #48FFB2;
}
.BgClassName
{
background-color: #48FFB2;
}
</style>
border-color css
<style>
span { border-color: #48FFB2; }
span { border-color: rgb(72,255,178); }
td.TdClassName
{
border-color: #48FFB2;
}
.TagClassName
{
border-color: #48FFB2;
}
</style>