Shades of Medium Turquoise #48D4D5
Tints of Medium Turquoise #48D4D5
RGB
CMYK
RGB Variations
Color information
#48D4D5 (or 0x48D4D5) is known color: Medium Turquoise. HEX triplet: 48, D4 and D5. RGB value is (72,212,213). Sum of RGB (Red+Green+Blue) = 72+212+213=497 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.49% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #48D4D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D4D5 is #B72B2A. Grayscale: #AAAAAA. Windows color (decimal): -12004139 or 14013512. OLE color: 14013512.
HSL color Cylindrical-coordinate representation of color #48D4D5: hue angle of 180.43º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D4D5 is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 212 | 213 | - |
| CMYK | 0.66 | 0.00 | 0 | 0.16 |
| HSL | 180.43º | 0.63% | 0.56% | - |
| HSV(B) | 180.43º | 0.66% | 0.84% | - |
| XYZ | 38.23 | 53.27 | 71.22 | - |
| YUV | 170.25 | 152.12 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 213 | 0.66 | 0.00 | 0 | 0.16 | 180.43 | 0.63 | 0.56 |
| Hex | 48 | D4 | D5 | 42 | 0 | 0 | 10 | B4 | 3F | 38 |
| Octal | 110 | 324 | 325 | 102 | 0 | 0 | 20 | 264 | 77 | 70 |
| Binary | 1001000 | 11010100 | 11010101 | 1000010 | 0 | 0 | 10000 | 10110100 | 111111 | 111000 |
Color Harmonies of #48D4D5
Complementary color
Monochromatic Colors of #48D4D5
Black with #48D4D5
Text Example
Text Example
White with #48D4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D4D5; }
p { color: rgb(72,212,213); }
H1.HeaderClassName
{
color: #48D4D5;
}
.AnyTagClassName
{
color: #48D4D5;
}
</style>
background-color css
<style>
a { background-color: #48D4D5; }
a { background-color: rgb(72,212,213); }
div.DivClassName
{
background-color: #48D4D5;
}
.BgClassName
{
background-color: #48D4D5;
}
</style>
border-color css
<style>
span { border-color: #48D4D5; }
span { border-color: rgb(72,212,213); }
td.TdClassName
{
border-color: #48D4D5;
}
.TagClassName
{
border-color: #48D4D5;
}
</style>