Shades of Turquoise #48EEE8
Tints of Turquoise #48EEE8
RGB
CMYK
RGB Variations
Color information
#48EEE8 (or 0x48EEE8) is known color: Turquoise. HEX triplet: 48, EE and E8. RGB value is (72,238,232). Sum of RGB (Red+Green+Blue) = 72+238+232=542 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.28% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #48EEE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48EEE8 is #B71117. Grayscale: #BBBBBB. Windows color (decimal): -11997464 or 15265352. OLE color: 15265352.
HSL color Cylindrical-coordinate representation of color #48EEE8: hue angle of 177.83º 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 #48EEE8 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 238 | 232 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.07 |
| HSL | 177.83º | 0.83% | 0.61% | - |
| HSV(B) | 177.83º | 0.7% | 0.93% | - |
| XYZ | 47.81 | 68.35 | 87.02 | - |
| YUV | 187.68 | 153 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 238 | 232 | 0.70 | 0 | 0.03 | 0.07 | 177.83 | 0.83 | 0.61 |
| Hex | 48 | EE | E8 | 46 | 0 | 3 | 7 | B2 | 53 | 3D |
| Octal | 110 | 356 | 350 | 106 | 0 | 3 | 7 | 262 | 123 | 75 |
| Binary | 1001000 | 11101110 | 11101000 | 1000110 | 0 | 11 | 111 | 10110010 | 1010011 | 111101 |
Color Harmonies of #48EEE8
Complementary color
Monochromatic Colors of #48EEE8
Black with #48EEE8
Text Example
Text Example
White with #48EEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EEE8; }
p { color: rgb(72,238,232); }
H1.HeaderClassName
{
color: #48EEE8;
}
.AnyTagClassName
{
color: #48EEE8;
}
</style>
background-color css
<style>
a { background-color: #48EEE8; }
a { background-color: rgb(72,238,232); }
div.DivClassName
{
background-color: #48EEE8;
}
.BgClassName
{
background-color: #48EEE8;
}
</style>
border-color css
<style>
span { border-color: #48EEE8; }
span { border-color: rgb(72,238,232); }
td.TdClassName
{
border-color: #48EEE8;
}
.TagClassName
{
border-color: #48EEE8;
}
</style>