Shades of Turquoise #48EFC0
Tints of Turquoise #48EFC0
RGB
CMYK
RGB Variations
Color information
#48EFC0 (or 0x48EFC0) is known color: Turquoise. HEX triplet: 48, EF and C0. RGB value is (72,239,192). Sum of RGB (Red+Green+Blue) = 72+239+192=503 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.31% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #48EFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EFC0 is #B7103F. Grayscale: #B7B7B7. Windows color (decimal): -11997248 or 12644168. OLE color: 12644168.
HSL color Cylindrical-coordinate representation of color #48EFC0: hue angle of 163.11º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EFC0 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 239 | 192 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.06 |
| HSL | 163.11º | 0.84% | 0.61% | - |
| HSV(B) | 163.11º | 0.7% | 0.94% | - |
| XYZ | 43.05 | 66.92 | 60.52 | - |
| YUV | 183.71 | 132.67 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 239 | 192 | 0.70 | 0 | 0.20 | 0.06 | 163.11 | 0.84 | 0.61 |
| Hex | 48 | EF | C0 | 46 | 0 | 14 | 6 | A3 | 54 | 3D |
| Octal | 110 | 357 | 300 | 106 | 0 | 24 | 6 | 243 | 124 | 75 |
| Binary | 1001000 | 11101111 | 11000000 | 1000110 | 0 | 10100 | 110 | 10100011 | 1010100 | 111101 |
Color Harmonies of #48EFC0
Complementary color
Monochromatic Colors of #48EFC0
Black with #48EFC0
Text Example
Text Example
White with #48EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EFC0; }
p { color: rgb(72,239,192); }
H1.HeaderClassName
{
color: #48EFC0;
}
.AnyTagClassName
{
color: #48EFC0;
}
</style>
background-color css
<style>
a { background-color: #48EFC0; }
a { background-color: rgb(72,239,192); }
div.DivClassName
{
background-color: #48EFC0;
}
.BgClassName
{
background-color: #48EFC0;
}
</style>
border-color css
<style>
span { border-color: #48EFC0; }
span { border-color: rgb(72,239,192); }
td.TdClassName
{
border-color: #48EFC0;
}
.TagClassName
{
border-color: #48EFC0;
}
</style>