Shades of Turquoise #48F2F0
Tints of Turquoise #48F2F0
RGB
CMYK
RGB Variations
Color information
#48F2F0 (or 0x48F2F0) is known color: Turquoise. HEX triplet: 48, F2 and F0. RGB value is (72,242,240). Sum of RGB (Red+Green+Blue) = 72+242+240=554 (73% of max value = 765). Red value is 72 (28.52% from 255 or 13.00% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48F2F0 is #B70D0F. Grayscale: #BEBEBE. Windows color (decimal): -11996432 or 15790664. OLE color: 15790664.
HSL color Cylindrical-coordinate representation of color #48F2F0: hue angle of 179.29º 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 #48F2F0 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 242 | 240 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.05 |
| HSL | 179.29º | 0.87% | 0.62% | - |
| HSV(B) | 179.29º | 0.7% | 0.95% | - |
| XYZ | 50.15 | 71.17 | 93.53 | - |
| YUV | 190.94 | 155.68 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 242 | 240 | 0.70 | 0 | 0.01 | 0.05 | 179.29 | 0.87 | 0.62 |
| Hex | 48 | F2 | F0 | 46 | 0 | 1 | 5 | B3 | 57 | 3E |
| Octal | 110 | 362 | 360 | 106 | 0 | 1 | 5 | 263 | 127 | 76 |
| Binary | 1001000 | 11110010 | 11110000 | 1000110 | 0 | 1 | 101 | 10110011 | 1010111 | 111110 |
Color Harmonies of #48F2F0
Complementary color
Monochromatic Colors of #48F2F0
Black with #48F2F0
Text Example
Text Example
White with #48F2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F2F0; }
p { color: rgb(72,242,240); }
H1.HeaderClassName
{
color: #48F2F0;
}
.AnyTagClassName
{
color: #48F2F0;
}
</style>
background-color css
<style>
a { background-color: #48F2F0; }
a { background-color: rgb(72,242,240); }
div.DivClassName
{
background-color: #48F2F0;
}
.BgClassName
{
background-color: #48F2F0;
}
</style>
border-color css
<style>
span { border-color: #48F2F0; }
span { border-color: rgb(72,242,240); }
td.TdClassName
{
border-color: #48F2F0;
}
.TagClassName
{
border-color: #48F2F0;
}
</style>