Shades of Turquoise #48ECC6
Tints of Turquoise #48ECC6
RGB
CMYK
RGB Variations
Color information
#48ECC6 (or 0x48ECC6) is known color: Turquoise. HEX triplet: 48, EC and C6. RGB value is (72,236,198). Sum of RGB (Red+Green+Blue) = 72+236+198=506 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.23% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48ECC6 is #B71339. Grayscale: #B6B6B6. Windows color (decimal): -11998010 or 13036616. OLE color: 13036616.
HSL color Cylindrical-coordinate representation of color #48ECC6: hue angle of 166.1º 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 #48ECC6 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 198 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.07 |
| HSL | 166.1º | 0.81% | 0.6% | - |
| HSV(B) | 166.1º | 0.69% | 0.93% | - |
| XYZ | 42.86 | 65.45 | 63.8 | - |
| YUV | 182.63 | 136.67 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 198 | 0.69 | 0 | 0.16 | 0.07 | 166.1 | 0.81 | 0.6 |
| Hex | 48 | EC | C6 | 45 | 0 | 10 | 7 | A6 | 51 | 3C |
| Octal | 110 | 354 | 306 | 105 | 0 | 20 | 7 | 246 | 121 | 74 |
| Binary | 1001000 | 11101100 | 11000110 | 1000101 | 0 | 10000 | 111 | 10100110 | 1010001 | 111100 |
Color Harmonies of #48ECC6
Complementary color
Monochromatic Colors of #48ECC6
Black with #48ECC6
Text Example
Text Example
White with #48ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ECC6; }
p { color: rgb(72,236,198); }
H1.HeaderClassName
{
color: #48ECC6;
}
.AnyTagClassName
{
color: #48ECC6;
}
</style>
background-color css
<style>
a { background-color: #48ECC6; }
a { background-color: rgb(72,236,198); }
div.DivClassName
{
background-color: #48ECC6;
}
.BgClassName
{
background-color: #48ECC6;
}
</style>
border-color css
<style>
span { border-color: #48ECC6; }
span { border-color: rgb(72,236,198); }
td.TdClassName
{
border-color: #48ECC6;
}
.TagClassName
{
border-color: #48ECC6;
}
</style>