Shades of Turquoise #48DCED
Tints of Turquoise #48DCED
RGB
CMYK
RGB Variations
Color information
#48DCED (or 0x48DCED) is known color: Turquoise. HEX triplet: 48, DC and ED. RGB value is (72,220,237). Sum of RGB (Red+Green+Blue) = 72+220+237=529 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.61% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #48DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DCED is #B72312. Grayscale: #B1B1B1. Windows color (decimal): -12002067 or 15588424. OLE color: 15588424.
HSL color Cylindrical-coordinate representation of color #48DCED: hue angle of 186.18º 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 #48DCED is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 220 | 237 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.07 |
| HSL | 186.18º | 0.82% | 0.61% | - |
| HSV(B) | 186.18º | 0.7% | 0.93% | - |
| XYZ | 43.55 | 58.68 | 89.15 | - |
| YUV | 177.69 | 161.47 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 237 | 0.70 | 0.07 | 0 | 0.07 | 186.18 | 0.82 | 0.61 |
| Hex | 48 | DC | ED | 46 | 7 | 0 | 7 | BA | 52 | 3D |
| Octal | 110 | 334 | 355 | 106 | 7 | 0 | 7 | 272 | 122 | 75 |
| Binary | 1001000 | 11011100 | 11101101 | 1000110 | 111 | 0 | 111 | 10111010 | 1010010 | 111101 |
Color Harmonies of #48DCED
Complementary color
Monochromatic Colors of #48DCED
Black with #48DCED
Text Example
Text Example
White with #48DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DCED; }
p { color: rgb(72,220,237); }
H1.HeaderClassName
{
color: #48DCED;
}
.AnyTagClassName
{
color: #48DCED;
}
</style>
background-color css
<style>
a { background-color: #48DCED; }
a { background-color: rgb(72,220,237); }
div.DivClassName
{
background-color: #48DCED;
}
.BgClassName
{
background-color: #48DCED;
}
</style>
border-color css
<style>
span { border-color: #48DCED; }
span { border-color: rgb(72,220,237); }
td.TdClassName
{
border-color: #48DCED;
}
.TagClassName
{
border-color: #48DCED;
}
</style>