Shades of Turquoise #55EFC7
Tints of Turquoise #55EFC7
RGB
CMYK
RGB Variations
Color information
#55EFC7 (or 0x55EFC7) is known color: Turquoise. HEX triplet: 55, EF and C7. RGB value is (85,239,199). Sum of RGB (Red+Green+Blue) = 85+239+199=523 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.25% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EFC7 is #AA1038. Grayscale: #BCBCBC. Windows color (decimal): -11145273 or 13102933. OLE color: 13102933.
HSL color Cylindrical-coordinate representation of color #55EFC7: hue angle of 164.42º 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 #55EFC7 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 199 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.06 |
| HSL | 164.42º | 0.83% | 0.64% | - |
| HSV(B) | 164.42º | 0.64% | 0.94% | - |
| XYZ | 44.92 | 67.79 | 64.75 | - |
| YUV | 188.39 | 133.98 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 199 | 0.64 | 0 | 0.17 | 0.06 | 164.42 | 0.83 | 0.64 |
| Hex | 55 | EF | C7 | 40 | 0 | 11 | 6 | A4 | 53 | 40 |
| Octal | 125 | 357 | 307 | 100 | 0 | 21 | 6 | 244 | 123 | 100 |
| Binary | 1010101 | 11101111 | 11000111 | 1000000 | 0 | 10001 | 110 | 10100100 | 1010011 | 1000000 |
Color Harmonies of #55EFC7
Complementary color
Monochromatic Colors of #55EFC7
Black with #55EFC7
Text Example
Text Example
White with #55EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EFC7; }
p { color: rgb(85,239,199); }
H1.HeaderClassName
{
color: #55EFC7;
}
.AnyTagClassName
{
color: #55EFC7;
}
</style>
background-color css
<style>
a { background-color: #55EFC7; }
a { background-color: rgb(85,239,199); }
div.DivClassName
{
background-color: #55EFC7;
}
.BgClassName
{
background-color: #55EFC7;
}
</style>
border-color css
<style>
span { border-color: #55EFC7; }
span { border-color: rgb(85,239,199); }
td.TdClassName
{
border-color: #55EFC7;
}
.TagClassName
{
border-color: #55EFC7;
}
</style>