Shades of Turquoise #48DCBD
Tints of Turquoise #48DCBD
RGB
CMYK
RGB Variations
Color information
#48DCBD (or 0x48DCBD) is known color: Turquoise. HEX triplet: 48, DC and BD. RGB value is (72,220,189). Sum of RGB (Red+Green+Blue) = 72+220+189=481 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.97% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCBD is #B72342. Grayscale: #ACACAC. Windows color (decimal): -12002115 or 12442696. OLE color: 12442696.
HSL color Cylindrical-coordinate representation of color #48DCBD: hue angle of 167.43º 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 #48DCBD is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 189 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.14 |
| HSL | 167.43º | 0.68% | 0.57% | - |
| HSV(B) | 167.43º | 0.67% | 0.86% | - |
| XYZ | 37.45 | 56.24 | 57.03 | - |
| YUV | 172.21 | 137.47 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 189 | 0.67 | 0 | 0.14 | 0.14 | 167.43 | 0.68 | 0.57 |
| Hex | 48 | DC | BD | 43 | 0 | E | E | A7 | 44 | 39 |
| Octal | 110 | 334 | 275 | 103 | 0 | 16 | 16 | 247 | 104 | 71 |
| Binary | 1001000 | 11011100 | 10111101 | 1000011 | 0 | 1110 | 1110 | 10100111 | 1000100 | 111001 |
Color Harmonies of #48DCBD
Complementary color
Monochromatic Colors of #48DCBD
Black with #48DCBD
Text Example
Text Example
White with #48DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DCBD; }
p { color: rgb(72,220,189); }
H1.HeaderClassName
{
color: #48DCBD;
}
.AnyTagClassName
{
color: #48DCBD;
}
</style>
background-color css
<style>
a { background-color: #48DCBD; }
a { background-color: rgb(72,220,189); }
div.DivClassName
{
background-color: #48DCBD;
}
.BgClassName
{
background-color: #48DCBD;
}
</style>
border-color css
<style>
span { border-color: #48DCBD; }
span { border-color: rgb(72,220,189); }
td.TdClassName
{
border-color: #48DCBD;
}
.TagClassName
{
border-color: #48DCBD;
}
</style>