Shades of Turquoise Blue #55EFEE
Tints of Turquoise Blue #55EFEE
RGB
CMYK
RGB Variations
Color information
#55EFEE (or 0x55EFEE) is known color: Turquoise Blue. HEX triplet: 55, EF and EE. RGB value is (85,239,238). Sum of RGB (Red+Green+Blue) = 85+239+238=562 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.12% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EFEE is #AA1011. Grayscale: #C0C0C0. Windows color (decimal): -11145234 or 15658837. OLE color: 15658837.
HSL color Cylindrical-coordinate representation of color #55EFEE: hue angle of 179.61º 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 #55EFEE is Cyan = 0.64, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 238 | - |
| CMYK | 0.64 | 0 | 0.00 | 0.06 |
| HSL | 179.61º | 0.83% | 0.64% | - |
| HSV(B) | 179.61º | 0.64% | 0.94% | - |
| XYZ | 50.05 | 69.84 | 91.73 | - |
| YUV | 192.84 | 153.48 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 238 | 0.64 | 0 | 0.00 | 0.06 | 179.61 | 0.83 | 0.64 |
| Hex | 55 | EF | EE | 40 | 0 | 0 | 6 | B4 | 53 | 40 |
| Octal | 125 | 357 | 356 | 100 | 0 | 0 | 6 | 264 | 123 | 100 |
| Binary | 1010101 | 11101111 | 11101110 | 1000000 | 0 | 0 | 110 | 10110100 | 1010011 | 1000000 |
Color Harmonies of #55EFEE
Complementary color
Monochromatic Colors of #55EFEE
Black with #55EFEE
Text Example
Text Example
White with #55EFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EFEE; }
p { color: rgb(85,239,238); }
H1.HeaderClassName
{
color: #55EFEE;
}
.AnyTagClassName
{
color: #55EFEE;
}
</style>
background-color css
<style>
a { background-color: #55EFEE; }
a { background-color: rgb(85,239,238); }
div.DivClassName
{
background-color: #55EFEE;
}
.BgClassName
{
background-color: #55EFEE;
}
</style>
border-color css
<style>
span { border-color: #55EFEE; }
span { border-color: rgb(85,239,238); }
td.TdClassName
{
border-color: #55EFEE;
}
.TagClassName
{
border-color: #55EFEE;
}
</style>