Shades of Turquoise #48FFC9
Tints of Turquoise #48FFC9
RGB
CMYK
RGB Variations
Color information
#48FFC9 (or 0x48FFC9) is known color: Turquoise. HEX triplet: 48, FF and C9. RGB value is (72,255,201). Sum of RGB (Red+Green+Blue) = 72+255+201=528 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.64% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFC9 is #B70036. Grayscale: #C2C2C2. Windows color (decimal): -11993143 or 13238088. OLE color: 13238088.
HSL color Cylindrical-coordinate representation of color #48FFC9: hue angle of 162.3º 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 #48FFC9 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 201 | - |
| CMYK | 0.72 | 0 | 0.21 | 0 |
| HSL | 162.3º | 1% | 0.64% | - |
| HSV(B) | 162.3º | 0.72% | 1% | - |
| XYZ | 48.98 | 77.11 | 67.56 | - |
| YUV | 194.13 | 131.87 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 201 | 0.72 | 0 | 0.21 | 0 | 162.3 | 1 | 0.64 |
| Hex | 48 | FF | C9 | 48 | 0 | 15 | 0 | A2 | 64 | 40 |
| Octal | 110 | 377 | 311 | 110 | 0 | 25 | 0 | 242 | 144 | 100 |
| Binary | 1001000 | 11111111 | 11001001 | 1001000 | 0 | 10101 | 0 | 10100010 | 1100100 | 1000000 |
Color Harmonies of #48FFC9
Complementary color
Monochromatic Colors of #48FFC9
Black with #48FFC9
Text Example
Text Example
White with #48FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFC9; }
p { color: rgb(72,255,201); }
H1.HeaderClassName
{
color: #48FFC9;
}
.AnyTagClassName
{
color: #48FFC9;
}
</style>
background-color css
<style>
a { background-color: #48FFC9; }
a { background-color: rgb(72,255,201); }
div.DivClassName
{
background-color: #48FFC9;
}
.BgClassName
{
background-color: #48FFC9;
}
</style>
border-color css
<style>
span { border-color: #48FFC9; }
span { border-color: rgb(72,255,201); }
td.TdClassName
{
border-color: #48FFC9;
}
.TagClassName
{
border-color: #48FFC9;
}
</style>