Shades of Medium Turquoise #48C2D2
Tints of Medium Turquoise #48C2D2
RGB
CMYK
RGB Variations
Color information
#48C2D2 (or 0x48C2D2) is known color: Medium Turquoise. HEX triplet: 48, C2 and D2. RGB value is (72,194,210). Sum of RGB (Red+Green+Blue) = 72+194+210=476 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.13% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #48C2D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C2D2 is #B73D2D. Grayscale: #9F9F9F. Windows color (decimal): -12008750 or 13812296. OLE color: 13812296.
HSL color Cylindrical-coordinate representation of color #48C2D2: hue angle of 186.96º 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 #48C2D2 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 194 | 210 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.18 |
| HSL | 186.96º | 0.61% | 0.55% | - |
| HSV(B) | 186.96º | 0.66% | 0.82% | - |
| XYZ | 33.6 | 44.61 | 67.81 | - |
| YUV | 159.35 | 156.58 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 210 | 0.66 | 0.08 | 0 | 0.18 | 186.96 | 0.61 | 0.55 |
| Hex | 48 | C2 | D2 | 42 | 8 | 0 | 12 | BB | 3D | 37 |
| Octal | 110 | 302 | 322 | 102 | 10 | 0 | 22 | 273 | 75 | 67 |
| Binary | 1001000 | 11000010 | 11010010 | 1000010 | 1000 | 0 | 10010 | 10111011 | 111101 | 110111 |
Color Harmonies of #48C2D2
Complementary color
Monochromatic Colors of #48C2D2
Black with #48C2D2
Text Example
Text Example
White with #48C2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C2D2; }
p { color: rgb(72,194,210); }
H1.HeaderClassName
{
color: #48C2D2;
}
.AnyTagClassName
{
color: #48C2D2;
}
</style>
background-color css
<style>
a { background-color: #48C2D2; }
a { background-color: rgb(72,194,210); }
div.DivClassName
{
background-color: #48C2D2;
}
.BgClassName
{
background-color: #48C2D2;
}
</style>
border-color css
<style>
span { border-color: #48C2D2; }
span { border-color: rgb(72,194,210); }
td.TdClassName
{
border-color: #48C2D2;
}
.TagClassName
{
border-color: #48C2D2;
}
</style>