Shades of Turquoise #48FFC2
Tints of Turquoise #48FFC2
RGB
CMYK
RGB Variations
Color information
#48FFC2 (or 0x48FFC2) is known color: Turquoise. HEX triplet: 48, FF and C2. RGB value is (72,255,194). Sum of RGB (Red+Green+Blue) = 72+255+194=521 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.82% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFC2 is #B7003D. Grayscale: #C1C1C1. Windows color (decimal): -11993150 or 12779336. OLE color: 12779336.
HSL color Cylindrical-coordinate representation of color #48FFC2: hue angle of 160º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FFC2 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 194 | - |
| CMYK | 0.72 | 0 | 0.24 | 0 |
| HSL | 160º | 1% | 0.64% | - |
| HSV(B) | 160º | 0.72% | 1% | - |
| XYZ | 48.17 | 76.79 | 63.32 | - |
| YUV | 193.33 | 128.37 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 194 | 0.72 | 0 | 0.24 | 0 | 160 | 1 | 0.64 |
| Hex | 48 | FF | C2 | 48 | 0 | 18 | 0 | A0 | 64 | 40 |
| Octal | 110 | 377 | 302 | 110 | 0 | 30 | 0 | 240 | 144 | 100 |
| Binary | 1001000 | 11111111 | 11000010 | 1001000 | 0 | 11000 | 0 | 10100000 | 1100100 | 1000000 |
Color Harmonies of #48FFC2
Complementary color
Monochromatic Colors of #48FFC2
Black with #48FFC2
Text Example
Text Example
White with #48FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFC2; }
p { color: rgb(72,255,194); }
H1.HeaderClassName
{
color: #48FFC2;
}
.AnyTagClassName
{
color: #48FFC2;
}
</style>
background-color css
<style>
a { background-color: #48FFC2; }
a { background-color: rgb(72,255,194); }
div.DivClassName
{
background-color: #48FFC2;
}
.BgClassName
{
background-color: #48FFC2;
}
</style>
border-color css
<style>
span { border-color: #48FFC2; }
span { border-color: rgb(72,255,194); }
td.TdClassName
{
border-color: #48FFC2;
}
.TagClassName
{
border-color: #48FFC2;
}
</style>