Shades of Medium Turquoise #55C4CD
Tints of Medium Turquoise #55C4CD
RGB
CMYK
RGB Variations
Color information
#55C4CD (or 0x55C4CD) is known color: Medium Turquoise. HEX triplet: 55, C4 and CD. RGB value is (85,196,205). Sum of RGB (Red+Green+Blue) = 85+196+205=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #55C4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C4CD is #AA3B32. Grayscale: #A3A3A3. Windows color (decimal): -11156275 or 13485141. OLE color: 13485141.
HSL color Cylindrical-coordinate representation of color #55C4CD: hue angle of 184.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55C4CD is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 196 | 205 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.20 |
| HSL | 184.5º | 0.55% | 0.57% | - |
| HSV(B) | 184.5º | 0.59% | 0.8% | - |
| XYZ | 34.51 | 45.82 | 64.78 | - |
| YUV | 163.84 | 151.23 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 205 | 0.59 | 0.04 | 0 | 0.20 | 184.5 | 0.55 | 0.57 |
| Hex | 55 | C4 | CD | 3B | 4 | 0 | 14 | B8 | 37 | 39 |
| Octal | 125 | 304 | 315 | 73 | 4 | 0 | 24 | 270 | 67 | 71 |
| Binary | 1010101 | 11000100 | 11001101 | 111011 | 100 | 0 | 10100 | 10111000 | 110111 | 111001 |
Color Harmonies of #55C4CD
Complementary color
Monochromatic Colors of #55C4CD
Black with #55C4CD
Text Example
Text Example
White with #55C4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C4CD; }
p { color: rgb(85,196,205); }
H1.HeaderClassName
{
color: #55C4CD;
}
.AnyTagClassName
{
color: #55C4CD;
}
</style>
background-color css
<style>
a { background-color: #55C4CD; }
a { background-color: rgb(85,196,205); }
div.DivClassName
{
background-color: #55C4CD;
}
.BgClassName
{
background-color: #55C4CD;
}
</style>
border-color css
<style>
span { border-color: #55C4CD; }
span { border-color: rgb(85,196,205); }
td.TdClassName
{
border-color: #55C4CD;
}
.TagClassName
{
border-color: #55C4CD;
}
</style>