Shades of Turquoise #48DDCB
Tints of Turquoise #48DDCB
RGB
CMYK
RGB Variations
Color information
#48DDCB (or 0x48DDCB) is known color: Turquoise. HEX triplet: 48, DD and CB. RGB value is (72,221,203). Sum of RGB (Red+Green+Blue) = 72+221+203=496 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.52% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DDCB is #B72234. Grayscale: #AEAEAE. Windows color (decimal): -12001845 or 13360456. OLE color: 13360456.
HSL color Cylindrical-coordinate representation of color #48DDCB: hue angle of 172.75º 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 #48DDCB is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 203 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.13 |
| HSL | 172.75º | 0.69% | 0.57% | - |
| HSV(B) | 172.75º | 0.67% | 0.87% | - |
| XYZ | 39.31 | 57.4 | 65.51 | - |
| YUV | 174.4 | 144.14 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 203 | 0.67 | 0 | 0.08 | 0.13 | 172.75 | 0.69 | 0.57 |
| Hex | 48 | DD | CB | 43 | 0 | 8 | D | AD | 45 | 39 |
| Octal | 110 | 335 | 313 | 103 | 0 | 10 | 15 | 255 | 105 | 71 |
| Binary | 1001000 | 11011101 | 11001011 | 1000011 | 0 | 1000 | 1101 | 10101101 | 1000101 | 111001 |
Color Harmonies of #48DDCB
Complementary color
Monochromatic Colors of #48DDCB
Black with #48DDCB
Text Example
Text Example
White with #48DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DDCB; }
p { color: rgb(72,221,203); }
H1.HeaderClassName
{
color: #48DDCB;
}
.AnyTagClassName
{
color: #48DDCB;
}
</style>
background-color css
<style>
a { background-color: #48DDCB; }
a { background-color: rgb(72,221,203); }
div.DivClassName
{
background-color: #48DDCB;
}
.BgClassName
{
background-color: #48DDCB;
}
</style>
border-color css
<style>
span { border-color: #48DDCB; }
span { border-color: rgb(72,221,203); }
td.TdClassName
{
border-color: #48DDCB;
}
.TagClassName
{
border-color: #48DDCB;
}
</style>