Shades of Turquoise #48EEC1
Tints of Turquoise #48EEC1
RGB
CMYK
RGB Variations
Color information
#48EEC1 (or 0x48EEC1) is known color: Turquoise. HEX triplet: 48, EE and C1. RGB value is (72,238,193). Sum of RGB (Red+Green+Blue) = 72+238+193=503 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.31% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #48EEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EEC1 is #B7113E. Grayscale: #B7B7B7. Windows color (decimal): -11997503 or 12709448. OLE color: 12709448.
HSL color Cylindrical-coordinate representation of color #48EEC1: hue angle of 163.73º degrees, saturation: 0.83, 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 #48EEC1 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 238 | 193 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.07 |
| HSL | 163.73º | 0.83% | 0.61% | - |
| HSV(B) | 163.73º | 0.7% | 0.93% | - |
| XYZ | 42.87 | 66.38 | 61 | - |
| YUV | 183.24 | 133.5 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 238 | 193 | 0.70 | 0 | 0.19 | 0.07 | 163.73 | 0.83 | 0.61 |
| Hex | 48 | EE | C1 | 46 | 0 | 13 | 7 | A4 | 53 | 3D |
| Octal | 110 | 356 | 301 | 106 | 0 | 23 | 7 | 244 | 123 | 75 |
| Binary | 1001000 | 11101110 | 11000001 | 1000110 | 0 | 10011 | 111 | 10100100 | 1010011 | 111101 |
Color Harmonies of #48EEC1
Complementary color
Monochromatic Colors of #48EEC1
Black with #48EEC1
Text Example
Text Example
White with #48EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EEC1; }
p { color: rgb(72,238,193); }
H1.HeaderClassName
{
color: #48EEC1;
}
.AnyTagClassName
{
color: #48EEC1;
}
</style>
background-color css
<style>
a { background-color: #48EEC1; }
a { background-color: rgb(72,238,193); }
div.DivClassName
{
background-color: #48EEC1;
}
.BgClassName
{
background-color: #48EEC1;
}
</style>
border-color css
<style>
span { border-color: #48EEC1; }
span { border-color: rgb(72,238,193); }
td.TdClassName
{
border-color: #48EEC1;
}
.TagClassName
{
border-color: #48EEC1;
}
</style>