Shades of Turquoise #48F2B2
Tints of Turquoise #48F2B2
RGB
CMYK
RGB Variations
Color information
#48F2B2 (or 0x48F2B2) is known color: Turquoise. HEX triplet: 48, F2 and B2. RGB value is (72,242,178). Sum of RGB (Red+Green+Blue) = 72+242+178=492 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.63% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F2B2 is #B70D4D. Grayscale: #B7B7B7. Windows color (decimal): -11996494 or 11727432. OLE color: 11727432.
HSL color Cylindrical-coordinate representation of color #48F2B2: hue angle of 157.41º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F2B2 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 242 | 178 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.05 |
| HSL | 157.41º | 0.87% | 0.62% | - |
| HSV(B) | 157.41º | 0.7% | 0.95% | - |
| XYZ | 42.46 | 68.1 | 53.03 | - |
| YUV | 183.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 242 | 178 | 0.70 | 0 | 0.26 | 0.05 | 157.41 | 0.87 | 0.62 |
| Hex | 48 | F2 | B2 | 46 | 0 | 1A | 5 | 9D | 57 | 3E |
| Octal | 110 | 362 | 262 | 106 | 0 | 32 | 5 | 235 | 127 | 76 |
| Binary | 1001000 | 11110010 | 10110010 | 1000110 | 0 | 11010 | 101 | 10011101 | 1010111 | 111110 |
Color Harmonies of #48F2B2
Complementary color
Monochromatic Colors of #48F2B2
Black with #48F2B2
Text Example
Text Example
White with #48F2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F2B2; }
p { color: rgb(72,242,178); }
H1.HeaderClassName
{
color: #48F2B2;
}
.AnyTagClassName
{
color: #48F2B2;
}
</style>
background-color css
<style>
a { background-color: #48F2B2; }
a { background-color: rgb(72,242,178); }
div.DivClassName
{
background-color: #48F2B2;
}
.BgClassName
{
background-color: #48F2B2;
}
</style>
border-color css
<style>
span { border-color: #48F2B2; }
span { border-color: rgb(72,242,178); }
td.TdClassName
{
border-color: #48F2B2;
}
.TagClassName
{
border-color: #48F2B2;
}
</style>