Shades of Turquoise #48EDC2
Tints of Turquoise #48EDC2
RGB
CMYK
RGB Variations
Color information
#48EDC2 (or 0x48EDC2) is known color: Turquoise. HEX triplet: 48, ED and C2. RGB value is (72,237,194). Sum of RGB (Red+Green+Blue) = 72+237+194=503 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.31% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDC2 is #B7123D. Grayscale: #B6B6B6. Windows color (decimal): -11997758 or 12774728. OLE color: 12774728.
HSL color Cylindrical-coordinate representation of color #48EDC2: hue angle of 164.36º degrees, saturation: 0.82, 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 #48EDC2 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 237 | 194 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.07 |
| HSL | 164.36º | 0.82% | 0.61% | - |
| HSV(B) | 164.36º | 0.7% | 0.93% | - |
| XYZ | 42.69 | 65.84 | 61.5 | - |
| YUV | 182.76 | 134.34 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 237 | 194 | 0.70 | 0 | 0.18 | 0.07 | 164.36 | 0.82 | 0.61 |
| Hex | 48 | ED | C2 | 46 | 0 | 12 | 7 | A4 | 52 | 3D |
| Octal | 110 | 355 | 302 | 106 | 0 | 22 | 7 | 244 | 122 | 75 |
| Binary | 1001000 | 11101101 | 11000010 | 1000110 | 0 | 10010 | 111 | 10100100 | 1010010 | 111101 |
Color Harmonies of #48EDC2
Complementary color
Monochromatic Colors of #48EDC2
Black with #48EDC2
Text Example
Text Example
White with #48EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EDC2; }
p { color: rgb(72,237,194); }
H1.HeaderClassName
{
color: #48EDC2;
}
.AnyTagClassName
{
color: #48EDC2;
}
</style>
background-color css
<style>
a { background-color: #48EDC2; }
a { background-color: rgb(72,237,194); }
div.DivClassName
{
background-color: #48EDC2;
}
.BgClassName
{
background-color: #48EDC2;
}
</style>
border-color css
<style>
span { border-color: #48EDC2; }
span { border-color: rgb(72,237,194); }
td.TdClassName
{
border-color: #48EDC2;
}
.TagClassName
{
border-color: #48EDC2;
}
</style>