Shades of Turquoise #55EFC3
Tints of Turquoise #55EFC3
RGB
CMYK
RGB Variations
Color information
#55EFC3 (or 0x55EFC3) is known color: Turquoise. HEX triplet: 55, EF and C3. RGB value is (85,239,195). Sum of RGB (Red+Green+Blue) = 85+239+195=519 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.38% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EFC3 is #AA103C. Grayscale: #BBBBBB. Windows color (decimal): -11145277 or 12840789. OLE color: 12840789.
HSL color Cylindrical-coordinate representation of color #55EFC3: hue angle of 162.86º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EFC3 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 195 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.06 |
| HSL | 162.86º | 0.83% | 0.64% | - |
| HSV(B) | 162.86º | 0.64% | 0.94% | - |
| XYZ | 44.46 | 67.6 | 62.34 | - |
| YUV | 187.94 | 131.98 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 195 | 0.64 | 0 | 0.18 | 0.06 | 162.86 | 0.83 | 0.64 |
| Hex | 55 | EF | C3 | 40 | 0 | 12 | 6 | A3 | 53 | 40 |
| Octal | 125 | 357 | 303 | 100 | 0 | 22 | 6 | 243 | 123 | 100 |
| Binary | 1010101 | 11101111 | 11000011 | 1000000 | 0 | 10010 | 110 | 10100011 | 1010011 | 1000000 |
Color Harmonies of #55EFC3
Complementary color
Monochromatic Colors of #55EFC3
Black with #55EFC3
Text Example
Text Example
White with #55EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EFC3; }
p { color: rgb(85,239,195); }
H1.HeaderClassName
{
color: #55EFC3;
}
.AnyTagClassName
{
color: #55EFC3;
}
</style>
background-color css
<style>
a { background-color: #55EFC3; }
a { background-color: rgb(85,239,195); }
div.DivClassName
{
background-color: #55EFC3;
}
.BgClassName
{
background-color: #55EFC3;
}
</style>
border-color css
<style>
span { border-color: #55EFC3; }
span { border-color: rgb(85,239,195); }
td.TdClassName
{
border-color: #55EFC3;
}
.TagClassName
{
border-color: #55EFC3;
}
</style>