Shades of Turquoise #48FDDA
Tints of Turquoise #48FDDA
RGB
CMYK
RGB Variations
Color information
#48FDDA (or 0x48FDDA) is known color: Turquoise. HEX triplet: 48, FD and DA. RGB value is (72,253,218). Sum of RGB (Red+Green+Blue) = 72+253+218=543 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.26% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDDA is #B70225. Grayscale: #C2C2C2. Windows color (decimal): -11993638 or 14351688. OLE color: 14351688.
HSL color Cylindrical-coordinate representation of color #48FDDA: hue angle of 168.4º 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 #48FDDA is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 218 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.01 |
| HSL | 168.4º | 0.98% | 0.64% | - |
| HSV(B) | 168.4º | 0.72% | 0.99% | - |
| XYZ | 50.45 | 76.69 | 78.47 | - |
| YUV | 194.89 | 141.03 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 218 | 0.72 | 0 | 0.14 | 0.01 | 168.4 | 0.98 | 0.64 |
| Hex | 48 | FD | DA | 48 | 0 | E | 1 | A8 | 62 | 40 |
| Octal | 110 | 375 | 332 | 110 | 0 | 16 | 1 | 250 | 142 | 100 |
| Binary | 1001000 | 11111101 | 11011010 | 1001000 | 0 | 1110 | 1 | 10101000 | 1100010 | 1000000 |
Color Harmonies of #48FDDA
Complementary color
Monochromatic Colors of #48FDDA
Black with #48FDDA
Text Example
Text Example
White with #48FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDDA; }
p { color: rgb(72,253,218); }
H1.HeaderClassName
{
color: #48FDDA;
}
.AnyTagClassName
{
color: #48FDDA;
}
</style>
background-color css
<style>
a { background-color: #48FDDA; }
a { background-color: rgb(72,253,218); }
div.DivClassName
{
background-color: #48FDDA;
}
.BgClassName
{
background-color: #48FDDA;
}
</style>
border-color css
<style>
span { border-color: #48FDDA; }
span { border-color: rgb(72,253,218); }
td.TdClassName
{
border-color: #48FDDA;
}
.TagClassName
{
border-color: #48FDDA;
}
</style>