Shades of Turquoise Blue #5EEEEF
Tints of Turquoise Blue #5EEEEF
RGB
CMYK
RGB Variations
Color information
#5EEEEF (or 0x5EEEEF) is known color: Turquoise Blue. HEX triplet: 5E, EE and EF. RGB value is (94,238,239). Sum of RGB (Red+Green+Blue) = 94+238+239=571 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.46% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EEEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEEEF is #A11110. Grayscale: #C2C2C2. Windows color (decimal): -10555665 or 15724126. OLE color: 15724126.
HSL color Cylindrical-coordinate representation of color #5EEEEF: hue angle of 180.41º 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 #5EEEEF is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 238 | 239 | - |
| CMYK | 0.61 | 0.00 | 0 | 0.06 |
| HSL | 180.41º | 0.82% | 0.65% | - |
| HSV(B) | 180.41º | 0.61% | 0.94% | - |
| XYZ | 50.77 | 69.76 | 92.45 | - |
| YUV | 195.06 | 152.79 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 238 | 239 | 0.61 | 0.00 | 0 | 0.06 | 180.41 | 0.82 | 0.65 |
| Hex | 5E | EE | EF | 3D | 0 | 0 | 6 | B4 | 52 | 41 |
| Octal | 136 | 356 | 357 | 75 | 0 | 0 | 6 | 264 | 122 | 101 |
| Binary | 1011110 | 11101110 | 11101111 | 111101 | 0 | 0 | 110 | 10110100 | 1010010 | 1000001 |
Color Harmonies of #5EEEEF
Complementary color
Monochromatic Colors of #5EEEEF
Black with #5EEEEF
Text Example
Text Example
White with #5EEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEEEF; }
p { color: rgb(94,238,239); }
H1.HeaderClassName
{
color: #5EEEEF;
}
.AnyTagClassName
{
color: #5EEEEF;
}
</style>
background-color css
<style>
a { background-color: #5EEEEF; }
a { background-color: rgb(94,238,239); }
div.DivClassName
{
background-color: #5EEEEF;
}
.BgClassName
{
background-color: #5EEEEF;
}
</style>
border-color css
<style>
span { border-color: #5EEEEF; }
span { border-color: rgb(94,238,239); }
td.TdClassName
{
border-color: #5EEEEF;
}
.TagClassName
{
border-color: #5EEEEF;
}
</style>