Shades of Medium Turquoise #48CBD5
Tints of Medium Turquoise #48CBD5
RGB
CMYK
RGB Variations
Color information
#48CBD5 (or 0x48CBD5) is known color: Medium Turquoise. HEX triplet: 48, CB and D5. RGB value is (72,203,213). Sum of RGB (Red+Green+Blue) = 72+203+213=488 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.75% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #48CBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CBD5 is #B7342A. Grayscale: #A4A4A4. Windows color (decimal): -12006443 or 14011208. OLE color: 14011208.
HSL color Cylindrical-coordinate representation of color #48CBD5: hue angle of 184.26º 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 #48CBD5 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 203 | 213 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.16 |
| HSL | 184.26º | 0.63% | 0.56% | - |
| HSV(B) | 184.26º | 0.66% | 0.84% | - |
| XYZ | 36.04 | 48.89 | 70.49 | - |
| YUV | 164.97 | 155.1 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 203 | 213 | 0.66 | 0.05 | 0 | 0.16 | 184.26 | 0.63 | 0.56 |
| Hex | 48 | CB | D5 | 42 | 5 | 0 | 10 | B8 | 3F | 38 |
| Octal | 110 | 313 | 325 | 102 | 5 | 0 | 20 | 270 | 77 | 70 |
| Binary | 1001000 | 11001011 | 11010101 | 1000010 | 101 | 0 | 10000 | 10111000 | 111111 | 111000 |
Color Harmonies of #48CBD5
Complementary color
Monochromatic Colors of #48CBD5
Black with #48CBD5
Text Example
Text Example
White with #48CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CBD5; }
p { color: rgb(72,203,213); }
H1.HeaderClassName
{
color: #48CBD5;
}
.AnyTagClassName
{
color: #48CBD5;
}
</style>
background-color css
<style>
a { background-color: #48CBD5; }
a { background-color: rgb(72,203,213); }
div.DivClassName
{
background-color: #48CBD5;
}
.BgClassName
{
background-color: #48CBD5;
}
</style>
border-color css
<style>
span { border-color: #48CBD5; }
span { border-color: rgb(72,203,213); }
td.TdClassName
{
border-color: #48CBD5;
}
.TagClassName
{
border-color: #48CBD5;
}
</style>