Shades of Turquoise #48E3C9
Tints of Turquoise #48E3C9
RGB
CMYK
RGB Variations
Color information
#48E3C9 (or 0x48E3C9) is known color: Turquoise. HEX triplet: 48, E3 and C9. RGB value is (72,227,201). Sum of RGB (Red+Green+Blue) = 72+227+201=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #48E3C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E3C9 is #B71C36. Grayscale: #B1B1B1. Windows color (decimal): -12000311 or 13230920. OLE color: 13230920.
HSL color Cylindrical-coordinate representation of color #48E3C9: hue angle of 169.94º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E3C9 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 227 | 201 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.11 |
| HSL | 169.94º | 0.73% | 0.59% | - |
| HSV(B) | 169.94º | 0.68% | 0.89% | - |
| XYZ | 40.68 | 60.53 | 64.8 | - |
| YUV | 177.69 | 141.15 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 227 | 201 | 0.68 | 0 | 0.11 | 0.11 | 169.94 | 0.73 | 0.59 |
| Hex | 48 | E3 | C9 | 44 | 0 | B | B | AA | 49 | 3B |
| Octal | 110 | 343 | 311 | 104 | 0 | 13 | 13 | 252 | 111 | 73 |
| Binary | 1001000 | 11100011 | 11001001 | 1000100 | 0 | 1011 | 1011 | 10101010 | 1001001 | 111011 |
Color Harmonies of #48E3C9
Complementary color
Monochromatic Colors of #48E3C9
Black with #48E3C9
Text Example
Text Example
White with #48E3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E3C9; }
p { color: rgb(72,227,201); }
H1.HeaderClassName
{
color: #48E3C9;
}
.AnyTagClassName
{
color: #48E3C9;
}
</style>
background-color css
<style>
a { background-color: #48E3C9; }
a { background-color: rgb(72,227,201); }
div.DivClassName
{
background-color: #48E3C9;
}
.BgClassName
{
background-color: #48E3C9;
}
</style>
border-color css
<style>
span { border-color: #48E3C9; }
span { border-color: rgb(72,227,201); }
td.TdClassName
{
border-color: #48E3C9;
}
.TagClassName
{
border-color: #48E3C9;
}
</style>