Shades of Turquoise #48EECE
Tints of Turquoise #48EECE
RGB
CMYK
RGB Variations
Color information
#48EECE (or 0x48EECE) is known color: Turquoise. HEX triplet: 48, EE and CE. RGB value is (72,238,206). Sum of RGB (Red+Green+Blue) = 72+238+206=516 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.95% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #48EECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EECE is #B71131. Grayscale: #B8B8B8. Windows color (decimal): -11997490 or 13561416. OLE color: 13561416.
HSL color Cylindrical-coordinate representation of color #48EECE: hue angle of 168.43º 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 #48EECE is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 238 | 206 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.07 |
| HSL | 168.43º | 0.83% | 0.61% | - |
| HSV(B) | 168.43º | 0.7% | 0.93% | - |
| XYZ | 44.39 | 66.98 | 68.98 | - |
| YUV | 184.72 | 140 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 238 | 206 | 0.70 | 0 | 0.13 | 0.07 | 168.43 | 0.83 | 0.61 |
| Hex | 48 | EE | CE | 46 | 0 | D | 7 | A8 | 53 | 3D |
| Octal | 110 | 356 | 316 | 106 | 0 | 15 | 7 | 250 | 123 | 75 |
| Binary | 1001000 | 11101110 | 11001110 | 1000110 | 0 | 1101 | 111 | 10101000 | 1010011 | 111101 |
Color Harmonies of #48EECE
Complementary color
Monochromatic Colors of #48EECE
Black with #48EECE
Text Example
Text Example
White with #48EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EECE; }
p { color: rgb(72,238,206); }
H1.HeaderClassName
{
color: #48EECE;
}
.AnyTagClassName
{
color: #48EECE;
}
</style>
background-color css
<style>
a { background-color: #48EECE; }
a { background-color: rgb(72,238,206); }
div.DivClassName
{
background-color: #48EECE;
}
.BgClassName
{
background-color: #48EECE;
}
</style>
border-color css
<style>
span { border-color: #48EECE; }
span { border-color: rgb(72,238,206); }
td.TdClassName
{
border-color: #48EECE;
}
.TagClassName
{
border-color: #48EECE;
}
</style>