Shades of Turquoise #48DDB2
Tints of Turquoise #48DDB2
RGB
CMYK
RGB Variations
Color information
#48DDB2 (or 0x48DDB2) is known color: Turquoise. HEX triplet: 48, DD and B2. RGB value is (72,221,178). Sum of RGB (Red+Green+Blue) = 72+221+178=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DDB2 is #B7224D. Grayscale: #ABABAB. Windows color (decimal): -12001870 or 11722056. OLE color: 11722056.
HSL color Cylindrical-coordinate representation of color #48DDB2: hue angle of 162.68º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DDB2 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 178 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.13 |
| HSL | 162.68º | 0.69% | 0.57% | - |
| HSV(B) | 162.68º | 0.67% | 0.87% | - |
| XYZ | 36.56 | 56.3 | 51.06 | - |
| YUV | 171.55 | 131.64 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 178 | 0.67 | 0 | 0.19 | 0.13 | 162.68 | 0.69 | 0.57 |
| Hex | 48 | DD | B2 | 43 | 0 | 13 | D | A3 | 45 | 39 |
| Octal | 110 | 335 | 262 | 103 | 0 | 23 | 15 | 243 | 105 | 71 |
| Binary | 1001000 | 11011101 | 10110010 | 1000011 | 0 | 10011 | 1101 | 10100011 | 1000101 | 111001 |
Color Harmonies of #48DDB2
Complementary color
Monochromatic Colors of #48DDB2
Black with #48DDB2
Text Example
Text Example
White with #48DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DDB2; }
p { color: rgb(72,221,178); }
H1.HeaderClassName
{
color: #48DDB2;
}
.AnyTagClassName
{
color: #48DDB2;
}
</style>
background-color css
<style>
a { background-color: #48DDB2; }
a { background-color: rgb(72,221,178); }
div.DivClassName
{
background-color: #48DDB2;
}
.BgClassName
{
background-color: #48DDB2;
}
</style>
border-color css
<style>
span { border-color: #48DDB2; }
span { border-color: rgb(72,221,178); }
td.TdClassName
{
border-color: #48DDB2;
}
.TagClassName
{
border-color: #48DDB2;
}
</style>