Shades of Medium Turquoise #48C3D2
Tints of Medium Turquoise #48C3D2
RGB
CMYK
RGB Variations
Color information
#48C3D2 (or 0x48C3D2) is known color: Medium Turquoise. HEX triplet: 48, C3 and D2. RGB value is (72,195,210). Sum of RGB (Red+Green+Blue) = 72+195+210=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #48C3D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C3D2 is #B73C2D. Grayscale: #9F9F9F. Windows color (decimal): -12008494 or 13812552. OLE color: 13812552.
HSL color Cylindrical-coordinate representation of color #48C3D2: hue angle of 186.52º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48C3D2 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 195 | 210 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.18 |
| HSL | 186.52º | 0.61% | 0.55% | - |
| HSV(B) | 186.52º | 0.66% | 0.82% | - |
| XYZ | 33.82 | 45.06 | 67.89 | - |
| YUV | 159.93 | 156.25 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 210 | 0.66 | 0.07 | 0 | 0.18 | 186.52 | 0.61 | 0.55 |
| Hex | 48 | C3 | D2 | 42 | 7 | 0 | 12 | BB | 3D | 37 |
| Octal | 110 | 303 | 322 | 102 | 7 | 0 | 22 | 273 | 75 | 67 |
| Binary | 1001000 | 11000011 | 11010010 | 1000010 | 111 | 0 | 10010 | 10111011 | 111101 | 110111 |
Color Harmonies of #48C3D2
Complementary color
Monochromatic Colors of #48C3D2
Black with #48C3D2
Text Example
Text Example
White with #48C3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C3D2; }
p { color: rgb(72,195,210); }
H1.HeaderClassName
{
color: #48C3D2;
}
.AnyTagClassName
{
color: #48C3D2;
}
</style>
background-color css
<style>
a { background-color: #48C3D2; }
a { background-color: rgb(72,195,210); }
div.DivClassName
{
background-color: #48C3D2;
}
.BgClassName
{
background-color: #48C3D2;
}
</style>
border-color css
<style>
span { border-color: #48C3D2; }
span { border-color: rgb(72,195,210); }
td.TdClassName
{
border-color: #48C3D2;
}
.TagClassName
{
border-color: #48C3D2;
}
</style>