Shades of Medium Turquoise #48CECE
Tints of Medium Turquoise #48CECE
RGB
CMYK
RGB Variations
Color information
#48CECE (or 0x48CECE) is known color: Medium Turquoise. HEX triplet: 48, CE and CE. RGB value is (72,206,206). Sum of RGB (Red+Green+Blue) = 72+206+206=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #48CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CECE is #B73131. Grayscale: #A5A5A5. Windows color (decimal): -12005682 or 13553224. OLE color: 13553224.
HSL color Cylindrical-coordinate representation of color #48CECE: hue angle of 180º 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 #48CECE is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 206 | - |
| CMYK | 0.65 | 0 | 0 | 0.19 |
| HSL | 180º | 0.58% | 0.55% | - |
| HSV(B) | 180º | 0.65% | 0.81% | - |
| XYZ | 35.88 | 49.98 | 66.15 | - |
| YUV | 165.93 | 150.61 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 206 | 0.65 | 0 | 0 | 0.19 | 180 | 0.58 | 0.55 |
| Hex | 48 | CE | CE | 41 | 0 | 0 | 13 | B4 | 3A | 37 |
| Octal | 110 | 316 | 316 | 101 | 0 | 0 | 23 | 264 | 72 | 67 |
| Binary | 1001000 | 11001110 | 11001110 | 1000001 | 0 | 0 | 10011 | 10110100 | 111010 | 110111 |
Color Harmonies of #48CECE
Complementary color
Monochromatic Colors of #48CECE
Black with #48CECE
Text Example
Text Example
White with #48CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CECE; }
p { color: rgb(72,206,206); }
H1.HeaderClassName
{
color: #48CECE;
}
.AnyTagClassName
{
color: #48CECE;
}
</style>
background-color css
<style>
a { background-color: #48CECE; }
a { background-color: rgb(72,206,206); }
div.DivClassName
{
background-color: #48CECE;
}
.BgClassName
{
background-color: #48CECE;
}
</style>
border-color css
<style>
span { border-color: #48CECE; }
span { border-color: rgb(72,206,206); }
td.TdClassName
{
border-color: #48CECE;
}
.TagClassName
{
border-color: #48CECE;
}
</style>