Shades of Medium Turquoise #55DEC7
Tints of Medium Turquoise #55DEC7
RGB
CMYK
RGB Variations
Color information
#55DEC7 (or 0x55DEC7) is known color: Medium Turquoise. HEX triplet: 55, DE and C7. RGB value is (85,222,199). Sum of RGB (Red+Green+Blue) = 85+222+199=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DEC7 is #AA2138. Grayscale: #B2B2B2. Windows color (decimal): -11149625 or 13098581. OLE color: 13098581.
HSL color Cylindrical-coordinate representation of color #55DEC7: hue angle of 169.93º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DEC7 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 199 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.13 |
| HSL | 169.93º | 0.67% | 0.6% | - |
| HSV(B) | 169.93º | 0.62% | 0.87% | - |
| XYZ | 40.18 | 58.3 | 63.17 | - |
| YUV | 178.42 | 139.61 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 199 | 0.62 | 0 | 0.10 | 0.13 | 169.93 | 0.67 | 0.6 |
| Hex | 55 | DE | C7 | 3E | 0 | A | D | AA | 43 | 3C |
| Octal | 125 | 336 | 307 | 76 | 0 | 12 | 15 | 252 | 103 | 74 |
| Binary | 1010101 | 11011110 | 11000111 | 111110 | 0 | 1010 | 1101 | 10101010 | 1000011 | 111100 |
Color Harmonies of #55DEC7
Complementary color
Monochromatic Colors of #55DEC7
Black with #55DEC7
Text Example
Text Example
White with #55DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DEC7; }
p { color: rgb(85,222,199); }
H1.HeaderClassName
{
color: #55DEC7;
}
.AnyTagClassName
{
color: #55DEC7;
}
</style>
background-color css
<style>
a { background-color: #55DEC7; }
a { background-color: rgb(85,222,199); }
div.DivClassName
{
background-color: #55DEC7;
}
.BgClassName
{
background-color: #55DEC7;
}
</style>
border-color css
<style>
span { border-color: #55DEC7; }
span { border-color: rgb(85,222,199); }
td.TdClassName
{
border-color: #55DEC7;
}
.TagClassName
{
border-color: #55DEC7;
}
</style>