Shades of Turquoise #48FFD5
Tints of Turquoise #48FFD5
RGB
CMYK
RGB Variations
Color information
#48FFD5 (or 0x48FFD5) is known color: Turquoise. HEX triplet: 48, FF and D5. RGB value is (72,255,213). Sum of RGB (Red+Green+Blue) = 72+255+213=540 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.33% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFD5 is #B7002A. Grayscale: #C3C3C3. Windows color (decimal): -11993131 or 14024520. OLE color: 14024520.
HSL color Cylindrical-coordinate representation of color #48FFD5: hue angle of 166.23º 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 #48FFD5 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 213 | - |
| CMYK | 0.72 | 0 | 0.16 | 0 |
| HSL | 166.23º | 1% | 0.64% | - |
| HSV(B) | 166.23º | 0.72% | 1% | - |
| XYZ | 50.44 | 77.7 | 75.29 | - |
| YUV | 195.5 | 137.87 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 213 | 0.72 | 0 | 0.16 | 0 | 166.23 | 1 | 0.64 |
| Hex | 48 | FF | D5 | 48 | 0 | 10 | 0 | A6 | 64 | 40 |
| Octal | 110 | 377 | 325 | 110 | 0 | 20 | 0 | 246 | 144 | 100 |
| Binary | 1001000 | 11111111 | 11010101 | 1001000 | 0 | 10000 | 0 | 10100110 | 1100100 | 1000000 |
Color Harmonies of #48FFD5
Complementary color
Monochromatic Colors of #48FFD5
Black with #48FFD5
Text Example
Text Example
White with #48FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFD5; }
p { color: rgb(72,255,213); }
H1.HeaderClassName
{
color: #48FFD5;
}
.AnyTagClassName
{
color: #48FFD5;
}
</style>
background-color css
<style>
a { background-color: #48FFD5; }
a { background-color: rgb(72,255,213); }
div.DivClassName
{
background-color: #48FFD5;
}
.BgClassName
{
background-color: #48FFD5;
}
</style>
border-color css
<style>
span { border-color: #48FFD5; }
span { border-color: rgb(72,255,213); }
td.TdClassName
{
border-color: #48FFD5;
}
.TagClassName
{
border-color: #48FFD5;
}
</style>