Shades of Turquoise #48FFDE
Tints of Turquoise #48FFDE
RGB
CMYK
RGB Variations
Color information
#48FFDE (or 0x48FFDE) is known color: Turquoise. HEX triplet: 48, FF and DE. RGB value is (72,255,222). Sum of RGB (Red+Green+Blue) = 72+255+222=549 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.11% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFDE is #B70021. Grayscale: #C4C4C4. Windows color (decimal): -11993122 or 14614344. OLE color: 14614344.
HSL color Cylindrical-coordinate representation of color #48FFDE: hue angle of 169.18º 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 #48FFDE is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 222 | - |
| CMYK | 0.72 | 0 | 0.13 | 0 |
| HSL | 169.18º | 1% | 0.64% | - |
| HSV(B) | 169.18º | 0.72% | 1% | - |
| XYZ | 51.62 | 78.17 | 81.48 | - |
| YUV | 196.52 | 142.37 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 222 | 0.72 | 0 | 0.13 | 0 | 169.18 | 1 | 0.64 |
| Hex | 48 | FF | DE | 48 | 0 | D | 0 | A9 | 64 | 40 |
| Octal | 110 | 377 | 336 | 110 | 0 | 15 | 0 | 251 | 144 | 100 |
| Binary | 1001000 | 11111111 | 11011110 | 1001000 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000000 |
Color Harmonies of #48FFDE
Complementary color
Monochromatic Colors of #48FFDE
Black with #48FFDE
Text Example
Text Example
White with #48FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFDE; }
p { color: rgb(72,255,222); }
H1.HeaderClassName
{
color: #48FFDE;
}
.AnyTagClassName
{
color: #48FFDE;
}
</style>
background-color css
<style>
a { background-color: #48FFDE; }
a { background-color: rgb(72,255,222); }
div.DivClassName
{
background-color: #48FFDE;
}
.BgClassName
{
background-color: #48FFDE;
}
</style>
border-color css
<style>
span { border-color: #48FFDE; }
span { border-color: rgb(72,255,222); }
td.TdClassName
{
border-color: #48FFDE;
}
.TagClassName
{
border-color: #48FFDE;
}
</style>