Shades of Medium Turquoise #48CBCD
Tints of Medium Turquoise #48CBCD
RGB
CMYK
RGB Variations
Color information
#48CBCD (or 0x48CBCD) is known color: Medium Turquoise. HEX triplet: 48, CB and CD. RGB value is (72,203,205). Sum of RGB (Red+Green+Blue) = 72+203+205=480 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #48CBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CBCD is #B73432. Grayscale: #A3A3A3. Windows color (decimal): -12006451 or 13486920. OLE color: 13486920.
HSL color Cylindrical-coordinate representation of color #48CBCD: hue angle of 180.9º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CBCD is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 203 | 205 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.20 |
| HSL | 180.9º | 0.57% | 0.54% | - |
| HSV(B) | 180.9º | 0.65% | 0.8% | - |
| XYZ | 35.05 | 48.5 | 65.27 | - |
| YUV | 164.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 203 | 205 | 0.65 | 0.01 | 0 | 0.20 | 180.9 | 0.57 | 0.54 |
| Hex | 48 | CB | CD | 41 | 1 | 0 | 14 | B5 | 39 | 36 |
| Octal | 110 | 313 | 315 | 101 | 1 | 0 | 24 | 265 | 71 | 66 |
| Binary | 1001000 | 11001011 | 11001101 | 1000001 | 1 | 0 | 10100 | 10110101 | 111001 | 110110 |
Color Harmonies of #48CBCD
Complementary color
Monochromatic Colors of #48CBCD
Black with #48CBCD
Text Example
Text Example
White with #48CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CBCD; }
p { color: rgb(72,203,205); }
H1.HeaderClassName
{
color: #48CBCD;
}
.AnyTagClassName
{
color: #48CBCD;
}
</style>
background-color css
<style>
a { background-color: #48CBCD; }
a { background-color: rgb(72,203,205); }
div.DivClassName
{
background-color: #48CBCD;
}
.BgClassName
{
background-color: #48CBCD;
}
</style>
border-color css
<style>
span { border-color: #48CBCD; }
span { border-color: rgb(72,203,205); }
td.TdClassName
{
border-color: #48CBCD;
}
.TagClassName
{
border-color: #48CBCD;
}
</style>