Shades of Turquoise #48DCB8
Tints of Turquoise #48DCB8
RGB
CMYK
RGB Variations
Color information
#48DCB8 (or 0x48DCB8) is known color: Turquoise. HEX triplet: 48, DC and B8. RGB value is (72,220,184). Sum of RGB (Red+Green+Blue) = 72+220+184=476 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.13% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCB8 is #B72347. Grayscale: #ABABAB. Windows color (decimal): -12002120 or 12115016. OLE color: 12115016.
HSL color Cylindrical-coordinate representation of color #48DCB8: hue angle of 165.41º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DCB8 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 184 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.14 |
| HSL | 165.41º | 0.68% | 0.57% | - |
| HSV(B) | 165.41º | 0.67% | 0.86% | - |
| XYZ | 36.92 | 56.02 | 54.22 | - |
| YUV | 171.64 | 134.97 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 184 | 0.67 | 0 | 0.16 | 0.14 | 165.41 | 0.68 | 0.57 |
| Hex | 48 | DC | B8 | 43 | 0 | 10 | E | A5 | 44 | 39 |
| Octal | 110 | 334 | 270 | 103 | 0 | 20 | 16 | 245 | 104 | 71 |
| Binary | 1001000 | 11011100 | 10111000 | 1000011 | 0 | 10000 | 1110 | 10100101 | 1000100 | 111001 |
Color Harmonies of #48DCB8
Complementary color
Monochromatic Colors of #48DCB8
Black with #48DCB8
Text Example
Text Example
White with #48DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DCB8; }
p { color: rgb(72,220,184); }
H1.HeaderClassName
{
color: #48DCB8;
}
.AnyTagClassName
{
color: #48DCB8;
}
</style>
background-color css
<style>
a { background-color: #48DCB8; }
a { background-color: rgb(72,220,184); }
div.DivClassName
{
background-color: #48DCB8;
}
.BgClassName
{
background-color: #48DCB8;
}
</style>
border-color css
<style>
span { border-color: #48DCB8; }
span { border-color: rgb(72,220,184); }
td.TdClassName
{
border-color: #48DCB8;
}
.TagClassName
{
border-color: #48DCB8;
}
</style>