Shades of Turquoise #48E3C2
Tints of Turquoise #48E3C2
RGB
CMYK
RGB Variations
Color information
#48E3C2 (or 0x48E3C2) is known color: Turquoise. HEX triplet: 48, E3 and C2. RGB value is (72,227,194). Sum of RGB (Red+Green+Blue) = 72+227+194=493 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.60% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #48E3C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E3C2 is #B71C3D. Grayscale: #B0B0B0. Windows color (decimal): -12000318 or 12772168. OLE color: 12772168.
HSL color Cylindrical-coordinate representation of color #48E3C2: hue angle of 167.23º 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 #48E3C2 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 227 | 194 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.11 |
| HSL | 167.23º | 0.73% | 0.59% | - |
| HSV(B) | 167.23º | 0.68% | 0.89% | - |
| XYZ | 39.88 | 60.21 | 60.56 | - |
| YUV | 176.89 | 137.65 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 227 | 194 | 0.68 | 0 | 0.15 | 0.11 | 167.23 | 0.73 | 0.59 |
| Hex | 48 | E3 | C2 | 44 | 0 | F | B | A7 | 49 | 3B |
| Octal | 110 | 343 | 302 | 104 | 0 | 17 | 13 | 247 | 111 | 73 |
| Binary | 1001000 | 11100011 | 11000010 | 1000100 | 0 | 1111 | 1011 | 10100111 | 1001001 | 111011 |
Color Harmonies of #48E3C2
Complementary color
Monochromatic Colors of #48E3C2
Black with #48E3C2
Text Example
Text Example
White with #48E3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E3C2; }
p { color: rgb(72,227,194); }
H1.HeaderClassName
{
color: #48E3C2;
}
.AnyTagClassName
{
color: #48E3C2;
}
</style>
background-color css
<style>
a { background-color: #48E3C2; }
a { background-color: rgb(72,227,194); }
div.DivClassName
{
background-color: #48E3C2;
}
.BgClassName
{
background-color: #48E3C2;
}
</style>
border-color css
<style>
span { border-color: #48E3C2; }
span { border-color: rgb(72,227,194); }
td.TdClassName
{
border-color: #48E3C2;
}
.TagClassName
{
border-color: #48E3C2;
}
</style>