Shades of Turquoise #48DFBE
Tints of Turquoise #48DFBE
RGB
CMYK
RGB Variations
Color information
#48DFBE (or 0x48DFBE) is known color: Turquoise. HEX triplet: 48, DF and BE. RGB value is (72,223,190). Sum of RGB (Red+Green+Blue) = 72+223+190=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DFBE is #B72041. Grayscale: #AEAEAE. Windows color (decimal): -12001346 or 12509000. OLE color: 12509000.
HSL color Cylindrical-coordinate representation of color #48DFBE: hue angle of 166.89º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DFBE is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 190 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.13 |
| HSL | 166.89º | 0.7% | 0.58% | - |
| HSV(B) | 166.89º | 0.68% | 0.87% | - |
| XYZ | 38.35 | 57.87 | 57.86 | - |
| YUV | 174.09 | 136.97 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 190 | 0.68 | 0 | 0.15 | 0.13 | 166.89 | 0.7 | 0.58 |
| Hex | 48 | DF | BE | 44 | 0 | F | D | A7 | 46 | 3A |
| Octal | 110 | 337 | 276 | 104 | 0 | 17 | 15 | 247 | 106 | 72 |
| Binary | 1001000 | 11011111 | 10111110 | 1000100 | 0 | 1111 | 1101 | 10100111 | 1000110 | 111010 |
Color Harmonies of #48DFBE
Complementary color
Monochromatic Colors of #48DFBE
Black with #48DFBE
Text Example
Text Example
White with #48DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DFBE; }
p { color: rgb(72,223,190); }
H1.HeaderClassName
{
color: #48DFBE;
}
.AnyTagClassName
{
color: #48DFBE;
}
</style>
background-color css
<style>
a { background-color: #48DFBE; }
a { background-color: rgb(72,223,190); }
div.DivClassName
{
background-color: #48DFBE;
}
.BgClassName
{
background-color: #48DFBE;
}
</style>
border-color css
<style>
span { border-color: #48DFBE; }
span { border-color: rgb(72,223,190); }
td.TdClassName
{
border-color: #48DFBE;
}
.TagClassName
{
border-color: #48DFBE;
}
</style>