Shades of Medium Turquoise #55CCBD
Tints of Medium Turquoise #55CCBD
RGB
CMYK
RGB Variations
Color information
#55CCBD (or 0x55CCBD) is known color: Medium Turquoise. HEX triplet: 55, CC and BD. RGB value is (85,204,189). Sum of RGB (Red+Green+Blue) = 85+204+189=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCBD is #AA3342. Grayscale: #A6A6A6. Windows color (decimal): -11154243 or 12438613. OLE color: 12438613.
HSL color Cylindrical-coordinate representation of color #55CCBD: hue angle of 172.44º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CCBD is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 189 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.2 |
| HSL | 172.44º | 0.54% | 0.57% | - |
| HSV(B) | 172.44º | 0.58% | 0.8% | - |
| XYZ | 34.52 | 48.79 | 55.74 | - |
| YUV | 166.71 | 140.58 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 189 | 0.58 | 0 | 0.07 | 0.2 | 172.44 | 0.54 | 0.57 |
| Hex | 55 | CC | BD | 3A | 0 | 7 | 14 | AC | 36 | 39 |
| Octal | 125 | 314 | 275 | 72 | 0 | 7 | 24 | 254 | 66 | 71 |
| Binary | 1010101 | 11001100 | 10111101 | 111010 | 0 | 111 | 10100 | 10101100 | 110110 | 111001 |
Color Harmonies of #55CCBD
Complementary color
Monochromatic Colors of #55CCBD
Black with #55CCBD
Text Example
Text Example
White with #55CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCBD; }
p { color: rgb(85,204,189); }
H1.HeaderClassName
{
color: #55CCBD;
}
.AnyTagClassName
{
color: #55CCBD;
}
</style>
background-color css
<style>
a { background-color: #55CCBD; }
a { background-color: rgb(85,204,189); }
div.DivClassName
{
background-color: #55CCBD;
}
.BgClassName
{
background-color: #55CCBD;
}
</style>
border-color css
<style>
span { border-color: #55CCBD; }
span { border-color: rgb(85,204,189); }
td.TdClassName
{
border-color: #55CCBD;
}
.TagClassName
{
border-color: #55CCBD;
}
</style>