Shades of Turquoise #48EECF
Tints of Turquoise #48EECF
RGB
CMYK
RGB Variations
Color information
#48EECF (or 0x48EECF) is known color: Turquoise. HEX triplet: 48, EE and CF. RGB value is (72,238,207). Sum of RGB (Red+Green+Blue) = 72+238+207=517 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.93% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #48EECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EECF is #B71130. Grayscale: #B8B8B8. Windows color (decimal): -11997489 or 13626952. OLE color: 13626952.
HSL color Cylindrical-coordinate representation of color #48EECF: hue angle of 168.8º 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 #48EECF is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 238 | 207 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.07 |
| HSL | 168.8º | 0.83% | 0.61% | - |
| HSV(B) | 168.8º | 0.7% | 0.93% | - |
| XYZ | 44.51 | 67.03 | 69.62 | - |
| YUV | 184.83 | 140.5 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 238 | 207 | 0.70 | 0 | 0.13 | 0.07 | 168.8 | 0.83 | 0.61 |
| Hex | 48 | EE | CF | 46 | 0 | D | 7 | A9 | 53 | 3D |
| Octal | 110 | 356 | 317 | 106 | 0 | 15 | 7 | 251 | 123 | 75 |
| Binary | 1001000 | 11101110 | 11001111 | 1000110 | 0 | 1101 | 111 | 10101001 | 1010011 | 111101 |
Color Harmonies of #48EECF
Complementary color
Monochromatic Colors of #48EECF
Black with #48EECF
Text Example
Text Example
White with #48EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EECF; }
p { color: rgb(72,238,207); }
H1.HeaderClassName
{
color: #48EECF;
}
.AnyTagClassName
{
color: #48EECF;
}
</style>
background-color css
<style>
a { background-color: #48EECF; }
a { background-color: rgb(72,238,207); }
div.DivClassName
{
background-color: #48EECF;
}
.BgClassName
{
background-color: #48EECF;
}
</style>
border-color css
<style>
span { border-color: #48EECF; }
span { border-color: rgb(72,238,207); }
td.TdClassName
{
border-color: #48EECF;
}
.TagClassName
{
border-color: #48EECF;
}
</style>