Shades of Turquoise #48E6D3
Tints of Turquoise #48E6D3
RGB
CMYK
RGB Variations
Color information
#48E6D3 (or 0x48E6D3) is known color: Turquoise. HEX triplet: 48, E6 and D3. RGB value is (72,230,211). Sum of RGB (Red+Green+Blue) = 72+230+211=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #48E6D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48E6D3 is #B7192C. Grayscale: #B4B4B4. Windows color (decimal): -11999533 or 13887048. OLE color: 13887048.
HSL color Cylindrical-coordinate representation of color #48E6D3: hue angle of 172.78º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E6D3 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 230 | 211 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.10 |
| HSL | 172.78º | 0.76% | 0.59% | - |
| HSV(B) | 172.78º | 0.69% | 0.9% | - |
| XYZ | 42.73 | 62.67 | 71.47 | - |
| YUV | 180.59 | 145.15 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 230 | 211 | 0.69 | 0 | 0.08 | 0.10 | 172.78 | 0.76 | 0.59 |
| Hex | 48 | E6 | D3 | 45 | 0 | 8 | A | AD | 4C | 3B |
| Octal | 110 | 346 | 323 | 105 | 0 | 10 | 12 | 255 | 114 | 73 |
| Binary | 1001000 | 11100110 | 11010011 | 1000101 | 0 | 1000 | 1010 | 10101101 | 1001100 | 111011 |
Color Harmonies of #48E6D3
Complementary color
Monochromatic Colors of #48E6D3
Black with #48E6D3
Text Example
Text Example
White with #48E6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E6D3; }
p { color: rgb(72,230,211); }
H1.HeaderClassName
{
color: #48E6D3;
}
.AnyTagClassName
{
color: #48E6D3;
}
</style>
background-color css
<style>
a { background-color: #48E6D3; }
a { background-color: rgb(72,230,211); }
div.DivClassName
{
background-color: #48E6D3;
}
.BgClassName
{
background-color: #48E6D3;
}
</style>
border-color css
<style>
span { border-color: #48E6D3; }
span { border-color: rgb(72,230,211); }
td.TdClassName
{
border-color: #48E6D3;
}
.TagClassName
{
border-color: #48E6D3;
}
</style>