Shades of Turquoise #48EEED
Tints of Turquoise #48EEED
RGB
CMYK
RGB Variations
Color information
#48EEED (or 0x48EEED) is known color: Turquoise. HEX triplet: 48, EE and ED. RGB value is (72,238,237). Sum of RGB (Red+Green+Blue) = 72+238+237=547 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.16% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #48EEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48EEED is #B71112. Grayscale: #BCBCBC. Windows color (decimal): -11997459 or 15593032. OLE color: 15593032.
HSL color Cylindrical-coordinate representation of color #48EEED: hue angle of 179.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EEED is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 238 | 237 | - |
| CMYK | 0.70 | 0 | 0.00 | 0.07 |
| HSL | 179.64º | 0.83% | 0.61% | - |
| HSV(B) | 179.64º | 0.7% | 0.93% | - |
| XYZ | 48.53 | 68.64 | 90.81 | - |
| YUV | 188.25 | 155.5 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 238 | 237 | 0.70 | 0 | 0.00 | 0.07 | 179.64 | 0.83 | 0.61 |
| Hex | 48 | EE | ED | 46 | 0 | 0 | 7 | B4 | 53 | 3D |
| Octal | 110 | 356 | 355 | 106 | 0 | 0 | 7 | 264 | 123 | 75 |
| Binary | 1001000 | 11101110 | 11101101 | 1000110 | 0 | 0 | 111 | 10110100 | 1010011 | 111101 |
Color Harmonies of #48EEED
Complementary color
Monochromatic Colors of #48EEED
Black with #48EEED
Text Example
Text Example
White with #48EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EEED; }
p { color: rgb(72,238,237); }
H1.HeaderClassName
{
color: #48EEED;
}
.AnyTagClassName
{
color: #48EEED;
}
</style>
background-color css
<style>
a { background-color: #48EEED; }
a { background-color: rgb(72,238,237); }
div.DivClassName
{
background-color: #48EEED;
}
.BgClassName
{
background-color: #48EEED;
}
</style>
border-color css
<style>
span { border-color: #48EEED; }
span { border-color: rgb(72,238,237); }
td.TdClassName
{
border-color: #48EEED;
}
.TagClassName
{
border-color: #48EEED;
}
</style>