Shades of Medium Turquoise #48D0ED
Tints of Medium Turquoise #48D0ED
RGB
CMYK
RGB Variations
Color information
#48D0ED (or 0x48D0ED) is known color: Medium Turquoise. HEX triplet: 48, D0 and ED. RGB value is (72,208,237). Sum of RGB (Red+Green+Blue) = 72+208+237=517 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.93% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #48D0ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48D0ED is #B72F12. Grayscale: #AAAAAA. Windows color (decimal): -12005139 or 15585352. OLE color: 15585352.
HSL color Cylindrical-coordinate representation of color #48D0ED: hue angle of 190.55º degrees, saturation: 0.82, 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 #48D0ED is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 208 | 237 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.07 |
| HSL | 190.55º | 0.82% | 0.61% | - |
| HSV(B) | 190.55º | 0.7% | 0.93% | - |
| XYZ | 40.51 | 52.6 | 88.14 | - |
| YUV | 170.64 | 165.44 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 208 | 237 | 0.70 | 0.12 | 0 | 0.07 | 190.55 | 0.82 | 0.61 |
| Hex | 48 | D0 | ED | 46 | C | 0 | 7 | BF | 52 | 3D |
| Octal | 110 | 320 | 355 | 106 | 14 | 0 | 7 | 277 | 122 | 75 |
| Binary | 1001000 | 11010000 | 11101101 | 1000110 | 1100 | 0 | 111 | 10111111 | 1010010 | 111101 |
Color Harmonies of #48D0ED
Complementary color
Monochromatic Colors of #48D0ED
Black with #48D0ED
Text Example
Text Example
White with #48D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D0ED; }
p { color: rgb(72,208,237); }
H1.HeaderClassName
{
color: #48D0ED;
}
.AnyTagClassName
{
color: #48D0ED;
}
</style>
background-color css
<style>
a { background-color: #48D0ED; }
a { background-color: rgb(72,208,237); }
div.DivClassName
{
background-color: #48D0ED;
}
.BgClassName
{
background-color: #48D0ED;
}
</style>
border-color css
<style>
span { border-color: #48D0ED; }
span { border-color: rgb(72,208,237); }
td.TdClassName
{
border-color: #48D0ED;
}
.TagClassName
{
border-color: #48D0ED;
}
</style>