Shades of Turquoise #48FBE5
Tints of Turquoise #48FBE5
RGB
CMYK
RGB Variations
Color information
#48FBE5 (or 0x48FBE5) is known color: Turquoise. HEX triplet: 48, FB and E5. RGB value is (72,251,229). Sum of RGB (Red+Green+Blue) = 72+251+229=552 (73% of max value = 765). Red value is 72 (28.52% from 255 or 13.04% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #48FBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FBE5 is #B7041A. Grayscale: #C2C2C2. Windows color (decimal): -11994139 or 15072072. OLE color: 15072072.
HSL color Cylindrical-coordinate representation of color #48FBE5: hue angle of 172.63º 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 #48FBE5 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 251 | 229 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.02 |
| HSL | 172.63º | 0.96% | 0.63% | - |
| HSV(B) | 172.63º | 0.71% | 0.98% | - |
| XYZ | 51.31 | 76.03 | 86.1 | - |
| YUV | 194.97 | 147.2 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 251 | 229 | 0.71 | 0 | 0.09 | 0.02 | 172.63 | 0.96 | 0.63 |
| Hex | 48 | FB | E5 | 47 | 0 | 9 | 2 | AD | 60 | 3F |
| Octal | 110 | 373 | 345 | 107 | 0 | 11 | 2 | 255 | 140 | 77 |
| Binary | 1001000 | 11111011 | 11100101 | 1000111 | 0 | 1001 | 10 | 10101101 | 1100000 | 111111 |
Color Harmonies of #48FBE5
Complementary color
Monochromatic Colors of #48FBE5
Black with #48FBE5
Text Example
Text Example
White with #48FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FBE5; }
p { color: rgb(72,251,229); }
H1.HeaderClassName
{
color: #48FBE5;
}
.AnyTagClassName
{
color: #48FBE5;
}
</style>
background-color css
<style>
a { background-color: #48FBE5; }
a { background-color: rgb(72,251,229); }
div.DivClassName
{
background-color: #48FBE5;
}
.BgClassName
{
background-color: #48FBE5;
}
</style>
border-color css
<style>
span { border-color: #48FBE5; }
span { border-color: rgb(72,251,229); }
td.TdClassName
{
border-color: #48FBE5;
}
.TagClassName
{
border-color: #48FBE5;
}
</style>