Shades of Turquoise #48DCBF
Tints of Turquoise #48DCBF
RGB
CMYK
RGB Variations
Color information
#48DCBF (or 0x48DCBF) is known color: Turquoise. HEX triplet: 48, DC and BF. RGB value is (72,220,191). Sum of RGB (Red+Green+Blue) = 72+220+191=483 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.91% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCBF is #B72340. Grayscale: #ACACAC. Windows color (decimal): -12002113 or 12573768. OLE color: 12573768.
HSL color Cylindrical-coordinate representation of color #48DCBF: hue angle of 168.24º 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 #48DCBF is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 191 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.14 |
| HSL | 168.24º | 0.68% | 0.57% | - |
| HSV(B) | 168.24º | 0.67% | 0.86% | - |
| XYZ | 37.67 | 56.33 | 58.18 | - |
| YUV | 172.44 | 138.47 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 191 | 0.67 | 0 | 0.13 | 0.14 | 168.24 | 0.68 | 0.57 |
| Hex | 48 | DC | BF | 43 | 0 | D | E | A8 | 44 | 39 |
| Octal | 110 | 334 | 277 | 103 | 0 | 15 | 16 | 250 | 104 | 71 |
| Binary | 1001000 | 11011100 | 10111111 | 1000011 | 0 | 1101 | 1110 | 10101000 | 1000100 | 111001 |
Color Harmonies of #48DCBF
Complementary color
Monochromatic Colors of #48DCBF
Black with #48DCBF
Text Example
Text Example
White with #48DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DCBF; }
p { color: rgb(72,220,191); }
H1.HeaderClassName
{
color: #48DCBF;
}
.AnyTagClassName
{
color: #48DCBF;
}
</style>
background-color css
<style>
a { background-color: #48DCBF; }
a { background-color: rgb(72,220,191); }
div.DivClassName
{
background-color: #48DCBF;
}
.BgClassName
{
background-color: #48DCBF;
}
</style>
border-color css
<style>
span { border-color: #48DCBF; }
span { border-color: rgb(72,220,191); }
td.TdClassName
{
border-color: #48DCBF;
}
.TagClassName
{
border-color: #48DCBF;
}
</style>