Shades of Turquoise #48F2D9
Tints of Turquoise #48F2D9
RGB
CMYK
RGB Variations
Color information
#48F2D9 (or 0x48F2D9) is known color: Turquoise. HEX triplet: 48, F2 and D9. RGB value is (72,242,217). Sum of RGB (Red+Green+Blue) = 72+242+217=531 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.56% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F2D9 is #B70D26. Grayscale: #BCBCBC. Windows color (decimal): -11996455 or 14283336. OLE color: 14283336.
HSL color Cylindrical-coordinate representation of color #48F2D9: hue angle of 171.18º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F2D9 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 242 | 217 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.05 |
| HSL | 171.18º | 0.87% | 0.62% | - |
| HSV(B) | 171.18º | 0.7% | 0.95% | - |
| XYZ | 46.95 | 69.89 | 76.66 | - |
| YUV | 188.32 | 144.18 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 242 | 217 | 0.70 | 0 | 0.10 | 0.05 | 171.18 | 0.87 | 0.62 |
| Hex | 48 | F2 | D9 | 46 | 0 | A | 5 | AB | 57 | 3E |
| Octal | 110 | 362 | 331 | 106 | 0 | 12 | 5 | 253 | 127 | 76 |
| Binary | 1001000 | 11110010 | 11011001 | 1000110 | 0 | 1010 | 101 | 10101011 | 1010111 | 111110 |
Color Harmonies of #48F2D9
Complementary color
Monochromatic Colors of #48F2D9
Black with #48F2D9
Text Example
Text Example
White with #48F2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F2D9; }
p { color: rgb(72,242,217); }
H1.HeaderClassName
{
color: #48F2D9;
}
.AnyTagClassName
{
color: #48F2D9;
}
</style>
background-color css
<style>
a { background-color: #48F2D9; }
a { background-color: rgb(72,242,217); }
div.DivClassName
{
background-color: #48F2D9;
}
.BgClassName
{
background-color: #48F2D9;
}
</style>
border-color css
<style>
span { border-color: #48F2D9; }
span { border-color: rgb(72,242,217); }
td.TdClassName
{
border-color: #48F2D9;
}
.TagClassName
{
border-color: #48F2D9;
}
</style>