Shades of Turquoise #48E6C5
Tints of Turquoise #48E6C5
RGB
CMYK
RGB Variations
Color information
#48E6C5 (or 0x48E6C5) is known color: Turquoise. HEX triplet: 48, E6 and C5. RGB value is (72,230,197). Sum of RGB (Red+Green+Blue) = 72+230+197=499 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.43% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 230 - color contains mainly: green. Hex color #48E6C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48E6C5 is #B7193A. Grayscale: #B2B2B2. Windows color (decimal): -11999547 or 12969544. OLE color: 12969544.
HSL color Cylindrical-coordinate representation of color #48E6C5: hue angle of 167.47º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E6C5 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 230 | 197 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.10 |
| HSL | 167.47º | 0.76% | 0.59% | - |
| HSV(B) | 167.47º | 0.69% | 0.9% | - |
| XYZ | 41.05 | 62 | 62.63 | - |
| YUV | 179 | 138.15 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 230 | 197 | 0.69 | 0 | 0.14 | 0.10 | 167.47 | 0.76 | 0.59 |
| Hex | 48 | E6 | C5 | 45 | 0 | E | A | A7 | 4C | 3B |
| Octal | 110 | 346 | 305 | 105 | 0 | 16 | 12 | 247 | 114 | 73 |
| Binary | 1001000 | 11100110 | 11000101 | 1000101 | 0 | 1110 | 1010 | 10100111 | 1001100 | 111011 |
Color Harmonies of #48E6C5
Complementary color
Monochromatic Colors of #48E6C5
Black with #48E6C5
Text Example
Text Example
White with #48E6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E6C5; }
p { color: rgb(72,230,197); }
H1.HeaderClassName
{
color: #48E6C5;
}
.AnyTagClassName
{
color: #48E6C5;
}
</style>
background-color css
<style>
a { background-color: #48E6C5; }
a { background-color: rgb(72,230,197); }
div.DivClassName
{
background-color: #48E6C5;
}
.BgClassName
{
background-color: #48E6C5;
}
</style>
border-color css
<style>
span { border-color: #48E6C5; }
span { border-color: rgb(72,230,197); }
td.TdClassName
{
border-color: #48E6C5;
}
.TagClassName
{
border-color: #48E6C5;
}
</style>