Shades of Turquoise #48DCCC
Tints of Turquoise #48DCCC
RGB
CMYK
RGB Variations
Color information
#48DCCC (or 0x48DCCC) is known color: Turquoise. HEX triplet: 48, DC and CC. RGB value is (72,220,204). Sum of RGB (Red+Green+Blue) = 72+220+204=496 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.52% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCCC is #B72333. Grayscale: #ADADAD. Windows color (decimal): -12002100 or 13425736. OLE color: 13425736.
HSL color Cylindrical-coordinate representation of color #48DCCC: hue angle of 173.51º 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 #48DCCC is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 204 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.14 |
| HSL | 173.51º | 0.68% | 0.57% | - |
| HSV(B) | 173.51º | 0.67% | 0.86% | - |
| XYZ | 39.16 | 56.92 | 66.05 | - |
| YUV | 173.92 | 144.97 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 204 | 0.67 | 0 | 0.07 | 0.14 | 173.51 | 0.68 | 0.57 |
| Hex | 48 | DC | CC | 43 | 0 | 7 | E | AE | 44 | 39 |
| Octal | 110 | 334 | 314 | 103 | 0 | 7 | 16 | 256 | 104 | 71 |
| Binary | 1001000 | 11011100 | 11001100 | 1000011 | 0 | 111 | 1110 | 10101110 | 1000100 | 111001 |
Color Harmonies of #48DCCC
Complementary color
Monochromatic Colors of #48DCCC
Black with #48DCCC
Text Example
Text Example
White with #48DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DCCC; }
p { color: rgb(72,220,204); }
H1.HeaderClassName
{
color: #48DCCC;
}
.AnyTagClassName
{
color: #48DCCC;
}
</style>
background-color css
<style>
a { background-color: #48DCCC; }
a { background-color: rgb(72,220,204); }
div.DivClassName
{
background-color: #48DCCC;
}
.BgClassName
{
background-color: #48DCCC;
}
</style>
border-color css
<style>
span { border-color: #48DCCC; }
span { border-color: rgb(72,220,204); }
td.TdClassName
{
border-color: #48DCCC;
}
.TagClassName
{
border-color: #48DCCC;
}
</style>