Shades of Turquoise #48E2EE
Tints of Turquoise #48E2EE
RGB
CMYK
RGB Variations
Color information
#48E2EE (or 0x48E2EE) is known color: Turquoise. HEX triplet: 48, E2 and EE. RGB value is (72,226,238). Sum of RGB (Red+Green+Blue) = 72+226+238=536 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.43% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #48E2EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48E2EE is #B71D11. Grayscale: #B5B5B5. Windows color (decimal): -12000530 or 15655496. OLE color: 15655496.
HSL color Cylindrical-coordinate representation of color #48E2EE: hue angle of 184.34º 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 #48E2EE is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 226 | 238 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.07 |
| HSL | 184.34º | 0.83% | 0.61% | - |
| HSV(B) | 184.34º | 0.7% | 0.93% | - |
| XYZ | 45.3 | 61.94 | 90.46 | - |
| YUV | 181.32 | 159.98 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 226 | 238 | 0.70 | 0.05 | 0 | 0.07 | 184.34 | 0.83 | 0.61 |
| Hex | 48 | E2 | EE | 46 | 5 | 0 | 7 | B8 | 53 | 3D |
| Octal | 110 | 342 | 356 | 106 | 5 | 0 | 7 | 270 | 123 | 75 |
| Binary | 1001000 | 11100010 | 11101110 | 1000110 | 101 | 0 | 111 | 10111000 | 1010011 | 111101 |
Color Harmonies of #48E2EE
Complementary color
Monochromatic Colors of #48E2EE
Black with #48E2EE
Text Example
Text Example
White with #48E2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E2EE; }
p { color: rgb(72,226,238); }
H1.HeaderClassName
{
color: #48E2EE;
}
.AnyTagClassName
{
color: #48E2EE;
}
</style>
background-color css
<style>
a { background-color: #48E2EE; }
a { background-color: rgb(72,226,238); }
div.DivClassName
{
background-color: #48E2EE;
}
.BgClassName
{
background-color: #48E2EE;
}
</style>
border-color css
<style>
span { border-color: #48E2EE; }
span { border-color: rgb(72,226,238); }
td.TdClassName
{
border-color: #48E2EE;
}
.TagClassName
{
border-color: #48E2EE;
}
</style>