Shades of Medium Turquoise #48CBDD
Tints of Medium Turquoise #48CBDD
RGB
CMYK
RGB Variations
Color information
#48CBDD (or 0x48CBDD) is known color: Medium Turquoise. HEX triplet: 48, CB and DD. RGB value is (72,203,221). Sum of RGB (Red+Green+Blue) = 72+203+221=496 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.52% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #48CBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CBDD is #B73422. Grayscale: #A5A5A5. Windows color (decimal): -12006435 or 14535496. OLE color: 14535496.
HSL color Cylindrical-coordinate representation of color #48CBDD: hue angle of 187.25º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48CBDD is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 203 | 221 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.13 |
| HSL | 187.25º | 0.69% | 0.57% | - |
| HSV(B) | 187.25º | 0.67% | 0.87% | - |
| XYZ | 37.08 | 49.31 | 75.97 | - |
| YUV | 165.88 | 159.1 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 203 | 221 | 0.67 | 0.08 | 0 | 0.13 | 187.25 | 0.69 | 0.57 |
| Hex | 48 | CB | DD | 43 | 8 | 0 | D | BB | 45 | 39 |
| Octal | 110 | 313 | 335 | 103 | 10 | 0 | 15 | 273 | 105 | 71 |
| Binary | 1001000 | 11001011 | 11011101 | 1000011 | 1000 | 0 | 1101 | 10111011 | 1000101 | 111001 |
Color Harmonies of #48CBDD
Complementary color
Monochromatic Colors of #48CBDD
Black with #48CBDD
Text Example
Text Example
White with #48CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CBDD; }
p { color: rgb(72,203,221); }
H1.HeaderClassName
{
color: #48CBDD;
}
.AnyTagClassName
{
color: #48CBDD;
}
</style>
background-color css
<style>
a { background-color: #48CBDD; }
a { background-color: rgb(72,203,221); }
div.DivClassName
{
background-color: #48CBDD;
}
.BgClassName
{
background-color: #48CBDD;
}
</style>
border-color css
<style>
span { border-color: #48CBDD; }
span { border-color: rgb(72,203,221); }
td.TdClassName
{
border-color: #48CBDD;
}
.TagClassName
{
border-color: #48CBDD;
}
</style>