Shades of Turquoise #48ECCC
Tints of Turquoise #48ECCC
RGB
CMYK
RGB Variations
Color information
#48ECCC (or 0x48ECCC) is known color: Turquoise. HEX triplet: 48, EC and CC. RGB value is (72,236,204). Sum of RGB (Red+Green+Blue) = 72+236+204=512 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.06% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48ECCC is #B71333. Grayscale: #B7B7B7. Windows color (decimal): -11998004 or 13429832. OLE color: 13429832.
HSL color Cylindrical-coordinate representation of color #48ECCC: hue angle of 168.29º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48ECCC is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 204 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.07 |
| HSL | 168.29º | 0.81% | 0.6% | - |
| HSV(B) | 168.29º | 0.69% | 0.93% | - |
| XYZ | 43.57 | 65.73 | 67.52 | - |
| YUV | 183.32 | 139.67 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 204 | 0.69 | 0 | 0.14 | 0.07 | 168.29 | 0.81 | 0.6 |
| Hex | 48 | EC | CC | 45 | 0 | E | 7 | A8 | 51 | 3C |
| Octal | 110 | 354 | 314 | 105 | 0 | 16 | 7 | 250 | 121 | 74 |
| Binary | 1001000 | 11101100 | 11001100 | 1000101 | 0 | 1110 | 111 | 10101000 | 1010001 | 111100 |
Color Harmonies of #48ECCC
Complementary color
Monochromatic Colors of #48ECCC
Black with #48ECCC
Text Example
Text Example
White with #48ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ECCC; }
p { color: rgb(72,236,204); }
H1.HeaderClassName
{
color: #48ECCC;
}
.AnyTagClassName
{
color: #48ECCC;
}
</style>
background-color css
<style>
a { background-color: #48ECCC; }
a { background-color: rgb(72,236,204); }
div.DivClassName
{
background-color: #48ECCC;
}
.BgClassName
{
background-color: #48ECCC;
}
</style>
border-color css
<style>
span { border-color: #48ECCC; }
span { border-color: rgb(72,236,204); }
td.TdClassName
{
border-color: #48ECCC;
}
.TagClassName
{
border-color: #48ECCC;
}
</style>