Shades of Medium Turquoise #48CBDC
Tints of Medium Turquoise #48CBDC
RGB
CMYK
RGB Variations
Color information
#48CBDC (or 0x48CBDC) is known color: Medium Turquoise. HEX triplet: 48, CB and DC. RGB value is (72,203,220). Sum of RGB (Red+Green+Blue) = 72+203+220=495 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.55% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #48CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CBDC is #B73423. Grayscale: #A5A5A5. Windows color (decimal): -12006436 or 14469960. OLE color: 14469960.
HSL color Cylindrical-coordinate representation of color #48CBDC: hue angle of 186.89º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48CBDC is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 203 | 220 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.14 |
| HSL | 186.89º | 0.68% | 0.57% | - |
| HSV(B) | 186.89º | 0.67% | 0.86% | - |
| XYZ | 36.95 | 49.26 | 75.27 | - |
| YUV | 165.77 | 158.6 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 203 | 220 | 0.67 | 0.08 | 0 | 0.14 | 186.89 | 0.68 | 0.57 |
| Hex | 48 | CB | DC | 43 | 8 | 0 | E | BB | 44 | 39 |
| Octal | 110 | 313 | 334 | 103 | 10 | 0 | 16 | 273 | 104 | 71 |
| Binary | 1001000 | 11001011 | 11011100 | 1000011 | 1000 | 0 | 1110 | 10111011 | 1000100 | 111001 |
Color Harmonies of #48CBDC
Complementary color
Monochromatic Colors of #48CBDC
Black with #48CBDC
Text Example
Text Example
White with #48CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CBDC; }
p { color: rgb(72,203,220); }
H1.HeaderClassName
{
color: #48CBDC;
}
.AnyTagClassName
{
color: #48CBDC;
}
</style>
background-color css
<style>
a { background-color: #48CBDC; }
a { background-color: rgb(72,203,220); }
div.DivClassName
{
background-color: #48CBDC;
}
.BgClassName
{
background-color: #48CBDC;
}
</style>
border-color css
<style>
span { border-color: #48CBDC; }
span { border-color: rgb(72,203,220); }
td.TdClassName
{
border-color: #48CBDC;
}
.TagClassName
{
border-color: #48CBDC;
}
</style>