Shades of Turquoise #48DCCE
Tints of Turquoise #48DCCE
RGB
CMYK
RGB Variations
Color information
#48DCCE (or 0x48DCCE) is known color: Turquoise. HEX triplet: 48, DC and CE. RGB value is (72,220,206). Sum of RGB (Red+Green+Blue) = 72+220+206=498 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.46% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCCE is #B72331. Grayscale: #AEAEAE. Windows color (decimal): -12002098 or 13556808. OLE color: 13556808.
HSL color Cylindrical-coordinate representation of color #48DCCE: hue angle of 174.32º 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 #48DCCE is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 206 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.14 |
| HSL | 174.32º | 0.68% | 0.57% | - |
| HSV(B) | 174.32º | 0.67% | 0.86% | - |
| XYZ | 39.41 | 57.02 | 67.32 | - |
| YUV | 174.15 | 145.97 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 206 | 0.67 | 0 | 0.06 | 0.14 | 174.32 | 0.68 | 0.57 |
| Hex | 48 | DC | CE | 43 | 0 | 6 | E | AE | 44 | 39 |
| Octal | 110 | 334 | 316 | 103 | 0 | 6 | 16 | 256 | 104 | 71 |
| Binary | 1001000 | 11011100 | 11001110 | 1000011 | 0 | 110 | 1110 | 10101110 | 1000100 | 111001 |
Color Harmonies of #48DCCE
Complementary color
Monochromatic Colors of #48DCCE
Black with #48DCCE
Text Example
Text Example
White with #48DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DCCE; }
p { color: rgb(72,220,206); }
H1.HeaderClassName
{
color: #48DCCE;
}
.AnyTagClassName
{
color: #48DCCE;
}
</style>
background-color css
<style>
a { background-color: #48DCCE; }
a { background-color: rgb(72,220,206); }
div.DivClassName
{
background-color: #48DCCE;
}
.BgClassName
{
background-color: #48DCCE;
}
</style>
border-color css
<style>
span { border-color: #48DCCE; }
span { border-color: rgb(72,220,206); }
td.TdClassName
{
border-color: #48DCCE;
}
.TagClassName
{
border-color: #48DCCE;
}
</style>