Shades of Turquoise #48FEDD
Tints of Turquoise #48FEDD
RGB
CMYK
RGB Variations
Color information
#48FEDD (or 0x48FEDD) is known color: Turquoise. HEX triplet: 48, FE and DD. RGB value is (72,254,221). Sum of RGB (Red+Green+Blue) = 72+254+221=547 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.16% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FEDD is #B70122. Grayscale: #C3C3C3. Windows color (decimal): -11993379 or 14548552. OLE color: 14548552.
HSL color Cylindrical-coordinate representation of color #48FEDD: hue angle of 169.12º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FEDD is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 221 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.00 |
| HSL | 169.12º | 0.99% | 0.64% | - |
| HSV(B) | 169.12º | 0.72% | 1% | - |
| XYZ | 51.17 | 77.48 | 80.67 | - |
| YUV | 195.82 | 142.2 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 221 | 0.72 | 0 | 0.13 | 0.00 | 169.12 | 0.99 | 0.64 |
| Hex | 48 | FE | DD | 48 | 0 | D | 0 | A9 | 63 | 40 |
| Octal | 110 | 376 | 335 | 110 | 0 | 15 | 0 | 251 | 143 | 100 |
| Binary | 1001000 | 11111110 | 11011101 | 1001000 | 0 | 1101 | 0 | 10101001 | 1100011 | 1000000 |
Color Harmonies of #48FEDD
Complementary color
Monochromatic Colors of #48FEDD
Black with #48FEDD
Text Example
Text Example
White with #48FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FEDD; }
p { color: rgb(72,254,221); }
H1.HeaderClassName
{
color: #48FEDD;
}
.AnyTagClassName
{
color: #48FEDD;
}
</style>
background-color css
<style>
a { background-color: #48FEDD; }
a { background-color: rgb(72,254,221); }
div.DivClassName
{
background-color: #48FEDD;
}
.BgClassName
{
background-color: #48FEDD;
}
</style>
border-color css
<style>
span { border-color: #48FEDD; }
span { border-color: rgb(72,254,221); }
td.TdClassName
{
border-color: #48FEDD;
}
.TagClassName
{
border-color: #48FEDD;
}
</style>