Shades of Turquoise #48EEF1
Tints of Turquoise #48EEF1
RGB
CMYK
RGB Variations
Color information
#48EEF1 (or 0x48EEF1) is known color: Turquoise. HEX triplet: 48, EE and F1. RGB value is (72,238,241). Sum of RGB (Red+Green+Blue) = 72+238+241=551 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.07% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #48EEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48EEF1 is #B7110E. Grayscale: #BCBCBC. Windows color (decimal): -11997455 or 15855176. OLE color: 15855176.
HSL color Cylindrical-coordinate representation of color #48EEF1: hue angle of 181.07º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EEF1 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 238 | 241 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.05 |
| HSL | 181.07º | 0.86% | 0.61% | - |
| HSV(B) | 181.07º | 0.7% | 0.95% | - |
| XYZ | 49.12 | 68.88 | 93.92 | - |
| YUV | 188.71 | 157.5 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 238 | 241 | 0.70 | 0.01 | 0 | 0.05 | 181.07 | 0.86 | 0.61 |
| Hex | 48 | EE | F1 | 46 | 1 | 0 | 5 | B5 | 56 | 3D |
| Octal | 110 | 356 | 361 | 106 | 1 | 0 | 5 | 265 | 126 | 75 |
| Binary | 1001000 | 11101110 | 11110001 | 1000110 | 1 | 0 | 101 | 10110101 | 1010110 | 111101 |
Color Harmonies of #48EEF1
Complementary color
Monochromatic Colors of #48EEF1
Black with #48EEF1
Text Example
Text Example
White with #48EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EEF1; }
p { color: rgb(72,238,241); }
H1.HeaderClassName
{
color: #48EEF1;
}
.AnyTagClassName
{
color: #48EEF1;
}
</style>
background-color css
<style>
a { background-color: #48EEF1; }
a { background-color: rgb(72,238,241); }
div.DivClassName
{
background-color: #48EEF1;
}
.BgClassName
{
background-color: #48EEF1;
}
</style>
border-color css
<style>
span { border-color: #48EEF1; }
span { border-color: rgb(72,238,241); }
td.TdClassName
{
border-color: #48EEF1;
}
.TagClassName
{
border-color: #48EEF1;
}
</style>