Shades of Turquoise #48ECC5
Tints of Turquoise #48ECC5
RGB
CMYK
RGB Variations
Color information
#48ECC5 (or 0x48ECC5) is known color: Turquoise. HEX triplet: 48, EC and C5. RGB value is (72,236,197). Sum of RGB (Red+Green+Blue) = 72+236+197=505 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.26% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48ECC5 is #B7133A. Grayscale: #B6B6B6. Windows color (decimal): -11998011 or 12971080. OLE color: 12971080.
HSL color Cylindrical-coordinate representation of color #48ECC5: hue angle of 165.73º 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 #48ECC5 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 197 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.07 |
| HSL | 165.73º | 0.81% | 0.6% | - |
| HSV(B) | 165.73º | 0.69% | 0.93% | - |
| XYZ | 42.75 | 65.4 | 63.19 | - |
| YUV | 182.52 | 136.17 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 197 | 0.69 | 0 | 0.17 | 0.07 | 165.73 | 0.81 | 0.6 |
| Hex | 48 | EC | C5 | 45 | 0 | 11 | 7 | A6 | 51 | 3C |
| Octal | 110 | 354 | 305 | 105 | 0 | 21 | 7 | 246 | 121 | 74 |
| Binary | 1001000 | 11101100 | 11000101 | 1000101 | 0 | 10001 | 111 | 10100110 | 1010001 | 111100 |
Color Harmonies of #48ECC5
Complementary color
Monochromatic Colors of #48ECC5
Black with #48ECC5
Text Example
Text Example
White with #48ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ECC5; }
p { color: rgb(72,236,197); }
H1.HeaderClassName
{
color: #48ECC5;
}
.AnyTagClassName
{
color: #48ECC5;
}
</style>
background-color css
<style>
a { background-color: #48ECC5; }
a { background-color: rgb(72,236,197); }
div.DivClassName
{
background-color: #48ECC5;
}
.BgClassName
{
background-color: #48ECC5;
}
</style>
border-color css
<style>
span { border-color: #48ECC5; }
span { border-color: rgb(72,236,197); }
td.TdClassName
{
border-color: #48ECC5;
}
.TagClassName
{
border-color: #48ECC5;
}
</style>