Shades of Turquoise #48FFCD
Tints of Turquoise #48FFCD
RGB
CMYK
RGB Variations
Color information
#48FFCD (or 0x48FFCD) is known color: Turquoise. HEX triplet: 48, FF and CD. RGB value is (72,255,205). Sum of RGB (Red+Green+Blue) = 72+255+205=532 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.53% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFCD is #B70032. Grayscale: #C2C2C2. Windows color (decimal): -11993139 or 13500232. OLE color: 13500232.
HSL color Cylindrical-coordinate representation of color #48FFCD: hue angle of 163.61º 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 #48FFCD is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 205 | - |
| CMYK | 0.72 | 0 | 0.20 | 0 |
| HSL | 163.61º | 1% | 0.64% | - |
| HSV(B) | 163.61º | 0.72% | 1% | - |
| XYZ | 49.45 | 77.31 | 70.07 | - |
| YUV | 194.58 | 133.87 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 205 | 0.72 | 0 | 0.20 | 0 | 163.61 | 1 | 0.64 |
| Hex | 48 | FF | CD | 48 | 0 | 14 | 0 | A4 | 64 | 40 |
| Octal | 110 | 377 | 315 | 110 | 0 | 24 | 0 | 244 | 144 | 100 |
| Binary | 1001000 | 11111111 | 11001101 | 1001000 | 0 | 10100 | 0 | 10100100 | 1100100 | 1000000 |
Color Harmonies of #48FFCD
Complementary color
Monochromatic Colors of #48FFCD
Black with #48FFCD
Text Example
Text Example
White with #48FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFCD; }
p { color: rgb(72,255,205); }
H1.HeaderClassName
{
color: #48FFCD;
}
.AnyTagClassName
{
color: #48FFCD;
}
</style>
background-color css
<style>
a { background-color: #48FFCD; }
a { background-color: rgb(72,255,205); }
div.DivClassName
{
background-color: #48FFCD;
}
.BgClassName
{
background-color: #48FFCD;
}
</style>
border-color css
<style>
span { border-color: #48FFCD; }
span { border-color: rgb(72,255,205); }
td.TdClassName
{
border-color: #48FFCD;
}
.TagClassName
{
border-color: #48FFCD;
}
</style>