Shades of Turquoise Blue #5EEFE7
Tints of Turquoise Blue #5EEFE7
RGB
CMYK
RGB Variations
Color information
#5EEFE7 (or 0x5EEFE7) is known color: Turquoise Blue. HEX triplet: 5E, EF and E7. RGB value is (94,239,231). Sum of RGB (Red+Green+Blue) = 94+239+231=564 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.67% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEFE7 is #A11018. Grayscale: #C2C2C2. Windows color (decimal): -10555417 or 15200094. OLE color: 15200094.
HSL color Cylindrical-coordinate representation of color #5EEFE7: hue angle of 176.69º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEFE7 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 231 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.06 |
| HSL | 176.69º | 0.82% | 0.65% | - |
| HSV(B) | 176.69º | 0.61% | 0.94% | - |
| XYZ | 49.91 | 69.88 | 86.46 | - |
| YUV | 194.73 | 148.46 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 231 | 0.61 | 0 | 0.03 | 0.06 | 176.69 | 0.82 | 0.65 |
| Hex | 5E | EF | E7 | 3D | 0 | 3 | 6 | B1 | 52 | 41 |
| Octal | 136 | 357 | 347 | 75 | 0 | 3 | 6 | 261 | 122 | 101 |
| Binary | 1011110 | 11101111 | 11100111 | 111101 | 0 | 11 | 110 | 10110001 | 1010010 | 1000001 |
Color Harmonies of #5EEFE7
Complementary color
Monochromatic Colors of #5EEFE7
Black with #5EEFE7
Text Example
Text Example
White with #5EEFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFE7; }
p { color: rgb(94,239,231); }
H1.HeaderClassName
{
color: #5EEFE7;
}
.AnyTagClassName
{
color: #5EEFE7;
}
</style>
background-color css
<style>
a { background-color: #5EEFE7; }
a { background-color: rgb(94,239,231); }
div.DivClassName
{
background-color: #5EEFE7;
}
.BgClassName
{
background-color: #5EEFE7;
}
</style>
border-color css
<style>
span { border-color: #5EEFE7; }
span { border-color: rgb(94,239,231); }
td.TdClassName
{
border-color: #5EEFE7;
}
.TagClassName
{
border-color: #5EEFE7;
}
</style>