Shades of Medium Turquoise #55CBCB
Tints of Medium Turquoise #55CBCB
RGB
CMYK
RGB Variations
Color information
#55CBCB (or 0x55CBCB) is known color: Medium Turquoise. HEX triplet: 55, CB and CB. RGB value is (85,203,203). Sum of RGB (Red+Green+Blue) = 85+203+203=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #55CBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CBCB is #AA3434. Grayscale: #A7A7A7. Windows color (decimal): -11154485 or 13355861. OLE color: 13355861.
HSL color Cylindrical-coordinate representation of color #55CBCB: hue angle of 180º 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 #55CBCB is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 203 | - |
| CMYK | 0.58 | 0 | 0 | 0.20 |
| HSL | 180º | 0.53% | 0.56% | - |
| HSV(B) | 180º | 0.58% | 0.8% | - |
| XYZ | 35.88 | 48.95 | 64.06 | - |
| YUV | 167.72 | 147.91 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 203 | 0.58 | 0 | 0 | 0.20 | 180 | 0.53 | 0.56 |
| Hex | 55 | CB | CB | 3A | 0 | 0 | 14 | B4 | 35 | 38 |
| Octal | 125 | 313 | 313 | 72 | 0 | 0 | 24 | 264 | 65 | 70 |
| Binary | 1010101 | 11001011 | 11001011 | 111010 | 0 | 0 | 10100 | 10110100 | 110101 | 111000 |
Color Harmonies of #55CBCB
Complementary color
Monochromatic Colors of #55CBCB
Black with #55CBCB
Text Example
Text Example
White with #55CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CBCB; }
p { color: rgb(85,203,203); }
H1.HeaderClassName
{
color: #55CBCB;
}
.AnyTagClassName
{
color: #55CBCB;
}
</style>
background-color css
<style>
a { background-color: #55CBCB; }
a { background-color: rgb(85,203,203); }
div.DivClassName
{
background-color: #55CBCB;
}
.BgClassName
{
background-color: #55CBCB;
}
</style>
border-color css
<style>
span { border-color: #55CBCB; }
span { border-color: rgb(85,203,203); }
td.TdClassName
{
border-color: #55CBCB;
}
.TagClassName
{
border-color: #55CBCB;
}
</style>