Shades of Medium Turquoise #55CBBD
Tints of Medium Turquoise #55CBBD
RGB
CMYK
RGB Variations
Color information
#55CBBD (or 0x55CBBD) is known color: Medium Turquoise. HEX triplet: 55, CB and BD. RGB value is (85,203,189). Sum of RGB (Red+Green+Blue) = 85+203+189=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CBBD is #AA3442. Grayscale: #A6A6A6. Windows color (decimal): -11154499 or 12438357. OLE color: 12438357.
HSL color Cylindrical-coordinate representation of color #55CBBD: hue angle of 172.88º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CBBD is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 189 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.20 |
| HSL | 172.88º | 0.53% | 0.56% | - |
| HSV(B) | 172.88º | 0.58% | 0.8% | - |
| XYZ | 34.29 | 48.32 | 55.66 | - |
| YUV | 166.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 189 | 0.58 | 0 | 0.07 | 0.20 | 172.88 | 0.53 | 0.56 |
| Hex | 55 | CB | BD | 3A | 0 | 7 | 14 | AD | 35 | 38 |
| Octal | 125 | 313 | 275 | 72 | 0 | 7 | 24 | 255 | 65 | 70 |
| Binary | 1010101 | 11001011 | 10111101 | 111010 | 0 | 111 | 10100 | 10101101 | 110101 | 111000 |
Color Harmonies of #55CBBD
Complementary color
Monochromatic Colors of #55CBBD
Black with #55CBBD
Text Example
Text Example
White with #55CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CBBD; }
p { color: rgb(85,203,189); }
H1.HeaderClassName
{
color: #55CBBD;
}
.AnyTagClassName
{
color: #55CBBD;
}
</style>
background-color css
<style>
a { background-color: #55CBBD; }
a { background-color: rgb(85,203,189); }
div.DivClassName
{
background-color: #55CBBD;
}
.BgClassName
{
background-color: #55CBBD;
}
</style>
border-color css
<style>
span { border-color: #55CBBD; }
span { border-color: rgb(85,203,189); }
td.TdClassName
{
border-color: #55CBBD;
}
.TagClassName
{
border-color: #55CBBD;
}
</style>