Shades of Turquoise #48FDDD
Tints of Turquoise #48FDDD
RGB
CMYK
RGB Variations
Color information
#48FDDD (or 0x48FDDD) is known color: Turquoise. HEX triplet: 48, FD and DD. RGB value is (72,253,221). Sum of RGB (Red+Green+Blue) = 72+253+221=546 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.19% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDDD is #B70222. Grayscale: #C3C3C3. Windows color (decimal): -11993635 or 14548296. OLE color: 14548296.
HSL color Cylindrical-coordinate representation of color #48FDDD: hue angle of 169.39º 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 #48FDDD is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 221 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.01 |
| HSL | 169.39º | 0.98% | 0.64% | - |
| HSV(B) | 169.39º | 0.72% | 0.99% | - |
| XYZ | 50.85 | 76.85 | 80.56 | - |
| YUV | 195.23 | 142.53 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 221 | 0.72 | 0 | 0.13 | 0.01 | 169.39 | 0.98 | 0.64 |
| Hex | 48 | FD | DD | 48 | 0 | D | 1 | A9 | 62 | 40 |
| Octal | 110 | 375 | 335 | 110 | 0 | 15 | 1 | 251 | 142 | 100 |
| Binary | 1001000 | 11111101 | 11011101 | 1001000 | 0 | 1101 | 1 | 10101001 | 1100010 | 1000000 |
Color Harmonies of #48FDDD
Complementary color
Monochromatic Colors of #48FDDD
Black with #48FDDD
Text Example
Text Example
White with #48FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDDD; }
p { color: rgb(72,253,221); }
H1.HeaderClassName
{
color: #48FDDD;
}
.AnyTagClassName
{
color: #48FDDD;
}
</style>
background-color css
<style>
a { background-color: #48FDDD; }
a { background-color: rgb(72,253,221); }
div.DivClassName
{
background-color: #48FDDD;
}
.BgClassName
{
background-color: #48FDDD;
}
</style>
border-color css
<style>
span { border-color: #48FDDD; }
span { border-color: rgb(72,253,221); }
td.TdClassName
{
border-color: #48FDDD;
}
.TagClassName
{
border-color: #48FDDD;
}
</style>