Shades of Turquoise #48FBC0
Tints of Turquoise #48FBC0
RGB
CMYK
RGB Variations
Color information
#48FBC0 (or 0x48FBC0) is known color: Turquoise. HEX triplet: 48, FB and C0. RGB value is (72,251,192). Sum of RGB (Red+Green+Blue) = 72+251+192=515 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.98% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #48FBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FBC0 is #B7043F. Grayscale: #BEBEBE. Windows color (decimal): -11994176 or 12647240. OLE color: 12647240.
HSL color Cylindrical-coordinate representation of color #48FBC0: hue angle of 160.22º 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 #48FBC0 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 251 | 192 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.02 |
| HSL | 160.22º | 0.96% | 0.63% | - |
| HSV(B) | 160.22º | 0.71% | 0.98% | - |
| XYZ | 46.68 | 74.18 | 61.73 | - |
| YUV | 190.75 | 128.7 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 251 | 192 | 0.71 | 0 | 0.24 | 0.02 | 160.22 | 0.96 | 0.63 |
| Hex | 48 | FB | C0 | 47 | 0 | 18 | 2 | A0 | 60 | 3F |
| Octal | 110 | 373 | 300 | 107 | 0 | 30 | 2 | 240 | 140 | 77 |
| Binary | 1001000 | 11111011 | 11000000 | 1000111 | 0 | 11000 | 10 | 10100000 | 1100000 | 111111 |
Color Harmonies of #48FBC0
Complementary color
Monochromatic Colors of #48FBC0
Black with #48FBC0
Text Example
Text Example
White with #48FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FBC0; }
p { color: rgb(72,251,192); }
H1.HeaderClassName
{
color: #48FBC0;
}
.AnyTagClassName
{
color: #48FBC0;
}
</style>
background-color css
<style>
a { background-color: #48FBC0; }
a { background-color: rgb(72,251,192); }
div.DivClassName
{
background-color: #48FBC0;
}
.BgClassName
{
background-color: #48FBC0;
}
</style>
border-color css
<style>
span { border-color: #48FBC0; }
span { border-color: rgb(72,251,192); }
td.TdClassName
{
border-color: #48FBC0;
}
.TagClassName
{
border-color: #48FBC0;
}
</style>