Shades of Turquoise #48DECC
Tints of Turquoise #48DECC
RGB
CMYK
RGB Variations
Color information
#48DECC (or 0x48DECC) is known color: Turquoise. HEX triplet: 48, DE and CC. RGB value is (72,222,204). Sum of RGB (Red+Green+Blue) = 72+222+204=498 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.46% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #48DECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DECC is #B72133. Grayscale: #AFAFAF. Windows color (decimal): -12001588 or 13426248. OLE color: 13426248.
HSL color Cylindrical-coordinate representation of color #48DECC: hue angle of 172.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DECC is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 222 | 204 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.13 |
| HSL | 172.8º | 0.69% | 0.58% | - |
| HSV(B) | 172.8º | 0.68% | 0.87% | - |
| XYZ | 39.69 | 57.98 | 66.23 | - |
| YUV | 175.1 | 144.31 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 222 | 204 | 0.68 | 0 | 0.08 | 0.13 | 172.8 | 0.69 | 0.58 |
| Hex | 48 | DE | CC | 44 | 0 | 8 | D | AD | 45 | 3A |
| Octal | 110 | 336 | 314 | 104 | 0 | 10 | 15 | 255 | 105 | 72 |
| Binary | 1001000 | 11011110 | 11001100 | 1000100 | 0 | 1000 | 1101 | 10101101 | 1000101 | 111010 |
Color Harmonies of #48DECC
Complementary color
Monochromatic Colors of #48DECC
Black with #48DECC
Text Example
Text Example
White with #48DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DECC; }
p { color: rgb(72,222,204); }
H1.HeaderClassName
{
color: #48DECC;
}
.AnyTagClassName
{
color: #48DECC;
}
</style>
background-color css
<style>
a { background-color: #48DECC; }
a { background-color: rgb(72,222,204); }
div.DivClassName
{
background-color: #48DECC;
}
.BgClassName
{
background-color: #48DECC;
}
</style>
border-color css
<style>
span { border-color: #48DECC; }
span { border-color: rgb(72,222,204); }
td.TdClassName
{
border-color: #48DECC;
}
.TagClassName
{
border-color: #48DECC;
}
</style>