Shades of Turquoise #48FEED
Tints of Turquoise #48FEED
RGB
CMYK
RGB Variations
Color information
#48FEED (or 0x48FEED) is known color: Turquoise. HEX triplet: 48, FE and ED. RGB value is (72,254,237). Sum of RGB (Red+Green+Blue) = 72+254+237=563 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.79% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FEED is #B70112. Grayscale: #C5C5C5. Windows color (decimal): -11993363 or 15597128. OLE color: 15597128.
HSL color Cylindrical-coordinate representation of color #48FEED: hue angle of 174.4º 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 #48FEED is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 237 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.00 |
| HSL | 174.4º | 0.99% | 0.64% | - |
| HSV(B) | 174.4º | 0.72% | 1% | - |
| XYZ | 53.4 | 78.38 | 92.43 | - |
| YUV | 197.64 | 150.2 | 38.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 237 | 0.72 | 0 | 0.07 | 0.00 | 174.4 | 0.99 | 0.64 |
| Hex | 48 | FE | ED | 48 | 0 | 7 | 0 | AE | 63 | 40 |
| Octal | 110 | 376 | 355 | 110 | 0 | 7 | 0 | 256 | 143 | 100 |
| Binary | 1001000 | 11111110 | 11101101 | 1001000 | 0 | 111 | 0 | 10101110 | 1100011 | 1000000 |
Color Harmonies of #48FEED
Complementary color
Monochromatic Colors of #48FEED
Black with #48FEED
Text Example
Text Example
White with #48FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FEED; }
p { color: rgb(72,254,237); }
H1.HeaderClassName
{
color: #48FEED;
}
.AnyTagClassName
{
color: #48FEED;
}
</style>
background-color css
<style>
a { background-color: #48FEED; }
a { background-color: rgb(72,254,237); }
div.DivClassName
{
background-color: #48FEED;
}
.BgClassName
{
background-color: #48FEED;
}
</style>
border-color css
<style>
span { border-color: #48FEED; }
span { border-color: rgb(72,254,237); }
td.TdClassName
{
border-color: #48FEED;
}
.TagClassName
{
border-color: #48FEED;
}
</style>