Shades of Turquoise #48FCE0
Tints of Turquoise #48FCE0
RGB
CMYK
RGB Variations
Color information
#48FCE0 (or 0x48FCE0) is known color: Turquoise. HEX triplet: 48, FC and E0. RGB value is (72,252,224). Sum of RGB (Red+Green+Blue) = 72+252+224=548 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.14% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #48FCE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FCE0 is #B7031F. Grayscale: #C2C2C2. Windows color (decimal): -11993888 or 14744648. OLE color: 14744648.
HSL color Cylindrical-coordinate representation of color #48FCE0: hue angle of 170.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FCE0 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 252 | 224 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.01 |
| HSL | 170.67º | 0.97% | 0.64% | - |
| HSV(B) | 170.67º | 0.71% | 0.99% | - |
| XYZ | 50.94 | 76.38 | 82.58 | - |
| YUV | 194.99 | 144.37 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 252 | 224 | 0.71 | 0 | 0.11 | 0.01 | 170.67 | 0.97 | 0.64 |
| Hex | 48 | FC | E0 | 47 | 0 | B | 1 | AB | 61 | 40 |
| Octal | 110 | 374 | 340 | 107 | 0 | 13 | 1 | 253 | 141 | 100 |
| Binary | 1001000 | 11111100 | 11100000 | 1000111 | 0 | 1011 | 1 | 10101011 | 1100001 | 1000000 |
Color Harmonies of #48FCE0
Complementary color
Monochromatic Colors of #48FCE0
Black with #48FCE0
Text Example
Text Example
White with #48FCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FCE0; }
p { color: rgb(72,252,224); }
H1.HeaderClassName
{
color: #48FCE0;
}
.AnyTagClassName
{
color: #48FCE0;
}
</style>
background-color css
<style>
a { background-color: #48FCE0; }
a { background-color: rgb(72,252,224); }
div.DivClassName
{
background-color: #48FCE0;
}
.BgClassName
{
background-color: #48FCE0;
}
</style>
border-color css
<style>
span { border-color: #48FCE0; }
span { border-color: rgb(72,252,224); }
td.TdClassName
{
border-color: #48FCE0;
}
.TagClassName
{
border-color: #48FCE0;
}
</style>