Shades of Medium Turquoise #48CECC
Tints of Medium Turquoise #48CECC
RGB
CMYK
RGB Variations
Color information
#48CECC (or 0x48CECC) is known color: Medium Turquoise. HEX triplet: 48, CE and CC. RGB value is (72,206,204). Sum of RGB (Red+Green+Blue) = 72+206+204=482 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.94% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #48CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CECC is #B73133. Grayscale: #A5A5A5. Windows color (decimal): -12005684 or 13422152. OLE color: 13422152.
HSL color Cylindrical-coordinate representation of color #48CECC: hue angle of 179.1º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CECC is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 204 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.19 |
| HSL | 179.1º | 0.58% | 0.55% | - |
| HSV(B) | 179.1º | 0.65% | 0.81% | - |
| XYZ | 35.64 | 49.88 | 64.88 | - |
| YUV | 165.71 | 149.61 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 204 | 0.65 | 0 | 0.01 | 0.19 | 179.1 | 0.58 | 0.55 |
| Hex | 48 | CE | CC | 41 | 0 | 1 | 13 | B3 | 3A | 37 |
| Octal | 110 | 316 | 314 | 101 | 0 | 1 | 23 | 263 | 72 | 67 |
| Binary | 1001000 | 11001110 | 11001100 | 1000001 | 0 | 1 | 10011 | 10110011 | 111010 | 110111 |
Color Harmonies of #48CECC
Complementary color
Monochromatic Colors of #48CECC
Black with #48CECC
Text Example
Text Example
White with #48CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CECC; }
p { color: rgb(72,206,204); }
H1.HeaderClassName
{
color: #48CECC;
}
.AnyTagClassName
{
color: #48CECC;
}
</style>
background-color css
<style>
a { background-color: #48CECC; }
a { background-color: rgb(72,206,204); }
div.DivClassName
{
background-color: #48CECC;
}
.BgClassName
{
background-color: #48CECC;
}
</style>
border-color css
<style>
span { border-color: #48CECC; }
span { border-color: rgb(72,206,204); }
td.TdClassName
{
border-color: #48CECC;
}
.TagClassName
{
border-color: #48CECC;
}
</style>