Shades of Turquoise #48FDD8
Tints of Turquoise #48FDD8
RGB
CMYK
RGB Variations
Color information
#48FDD8 (or 0x48FDD8) is known color: Turquoise. HEX triplet: 48, FD and D8. RGB value is (72,253,216). Sum of RGB (Red+Green+Blue) = 72+253+216=541 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.31% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDD8 is #B70227. Grayscale: #C2C2C2. Windows color (decimal): -11993640 or 14220616. OLE color: 14220616.
HSL color Cylindrical-coordinate representation of color #48FDD8: hue angle of 167.73º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FDD8 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 216 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.01 |
| HSL | 167.73º | 0.98% | 0.64% | - |
| HSV(B) | 167.73º | 0.72% | 0.99% | - |
| XYZ | 50.19 | 76.59 | 77.1 | - |
| YUV | 194.66 | 140.03 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 216 | 0.72 | 0 | 0.15 | 0.01 | 167.73 | 0.98 | 0.64 |
| Hex | 48 | FD | D8 | 48 | 0 | F | 1 | A8 | 62 | 40 |
| Octal | 110 | 375 | 330 | 110 | 0 | 17 | 1 | 250 | 142 | 100 |
| Binary | 1001000 | 11111101 | 11011000 | 1001000 | 0 | 1111 | 1 | 10101000 | 1100010 | 1000000 |
Color Harmonies of #48FDD8
Complementary color
Monochromatic Colors of #48FDD8
Black with #48FDD8
Text Example
Text Example
White with #48FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDD8; }
p { color: rgb(72,253,216); }
H1.HeaderClassName
{
color: #48FDD8;
}
.AnyTagClassName
{
color: #48FDD8;
}
</style>
background-color css
<style>
a { background-color: #48FDD8; }
a { background-color: rgb(72,253,216); }
div.DivClassName
{
background-color: #48FDD8;
}
.BgClassName
{
background-color: #48FDD8;
}
</style>
border-color css
<style>
span { border-color: #48FDD8; }
span { border-color: rgb(72,253,216); }
td.TdClassName
{
border-color: #48FDD8;
}
.TagClassName
{
border-color: #48FDD8;
}
</style>