Shades of Turquoise #48EDB2
Tints of Turquoise #48EDB2
RGB
CMYK
RGB Variations
Color information
#48EDB2 (or 0x48EDB2) is known color: Turquoise. HEX triplet: 48, ED and B2. RGB value is (72,237,178). Sum of RGB (Red+Green+Blue) = 72+237+178=487 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.78% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EDB2 is #B7124D. Grayscale: #B5B5B5. Windows color (decimal): -11997774 or 11726152. OLE color: 11726152.
HSL color Cylindrical-coordinate representation of color #48EDB2: hue angle of 158.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EDB2 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 237 | 178 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.07 |
| HSL | 158.55º | 0.82% | 0.61% | - |
| HSV(B) | 158.55º | 0.7% | 0.93% | - |
| XYZ | 40.99 | 65.16 | 52.54 | - |
| YUV | 180.94 | 126.34 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 237 | 178 | 0.70 | 0 | 0.25 | 0.07 | 158.55 | 0.82 | 0.61 |
| Hex | 48 | ED | B2 | 46 | 0 | 19 | 7 | 9F | 52 | 3D |
| Octal | 110 | 355 | 262 | 106 | 0 | 31 | 7 | 237 | 122 | 75 |
| Binary | 1001000 | 11101101 | 10110010 | 1000110 | 0 | 11001 | 111 | 10011111 | 1010010 | 111101 |
Color Harmonies of #48EDB2
Complementary color
Monochromatic Colors of #48EDB2
Black with #48EDB2
Text Example
Text Example
White with #48EDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EDB2; }
p { color: rgb(72,237,178); }
H1.HeaderClassName
{
color: #48EDB2;
}
.AnyTagClassName
{
color: #48EDB2;
}
</style>
background-color css
<style>
a { background-color: #48EDB2; }
a { background-color: rgb(72,237,178); }
div.DivClassName
{
background-color: #48EDB2;
}
.BgClassName
{
background-color: #48EDB2;
}
</style>
border-color css
<style>
span { border-color: #48EDB2; }
span { border-color: rgb(72,237,178); }
td.TdClassName
{
border-color: #48EDB2;
}
.TagClassName
{
border-color: #48EDB2;
}
</style>