Shades of Turquoise #48F5BC
Tints of Turquoise #48F5BC
RGB
CMYK
RGB Variations
Color information
#48F5BC (or 0x48F5BC) is known color: Turquoise. HEX triplet: 48, F5 and BC. RGB value is (72,245,188). Sum of RGB (Red+Green+Blue) = 72+245+188=505 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.26% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #48F5BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F5BC is #B70A43. Grayscale: #BABABA. Windows color (decimal): -11995716 or 12383560. OLE color: 12383560.
HSL color Cylindrical-coordinate representation of color #48F5BC: hue angle of 160.23º 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 #48F5BC is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 245 | 188 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.04 |
| HSL | 160.23º | 0.9% | 0.62% | - |
| HSV(B) | 160.23º | 0.71% | 0.96% | - |
| XYZ | 44.4 | 70.31 | 58.81 | - |
| YUV | 186.78 | 128.69 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 245 | 188 | 0.71 | 0 | 0.23 | 0.04 | 160.23 | 0.9 | 0.62 |
| Hex | 48 | F5 | BC | 47 | 0 | 17 | 4 | A0 | 5A | 3E |
| Octal | 110 | 365 | 274 | 107 | 0 | 27 | 4 | 240 | 132 | 76 |
| Binary | 1001000 | 11110101 | 10111100 | 1000111 | 0 | 10111 | 100 | 10100000 | 1011010 | 111110 |
Color Harmonies of #48F5BC
Complementary color
Monochromatic Colors of #48F5BC
Black with #48F5BC
Text Example
Text Example
White with #48F5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F5BC; }
p { color: rgb(72,245,188); }
H1.HeaderClassName
{
color: #48F5BC;
}
.AnyTagClassName
{
color: #48F5BC;
}
</style>
background-color css
<style>
a { background-color: #48F5BC; }
a { background-color: rgb(72,245,188); }
div.DivClassName
{
background-color: #48F5BC;
}
.BgClassName
{
background-color: #48F5BC;
}
</style>
border-color css
<style>
span { border-color: #48F5BC; }
span { border-color: rgb(72,245,188); }
td.TdClassName
{
border-color: #48F5BC;
}
.TagClassName
{
border-color: #48F5BC;
}
</style>