Shades of Turquoise Blue #5FEBE6
Tints of Turquoise Blue #5FEBE6
RGB
CMYK
RGB Variations
Color information
#5FEBE6 (or 0x5FEBE6) is known color: Turquoise Blue. HEX triplet: 5F, EB and E6. RGB value is (95,235,230). Sum of RGB (Red+Green+Blue) = 95+235+230=560 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.96% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEBE6 is #A01419. Grayscale: #C0C0C0. Windows color (decimal): -10490906 or 15133535. OLE color: 15133535.
HSL color Cylindrical-coordinate representation of color #5FEBE6: hue angle of 177.86º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEBE6 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 230 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.08 |
| HSL | 177.86º | 0.78% | 0.65% | - |
| HSV(B) | 177.86º | 0.6% | 0.92% | - |
| XYZ | 48.71 | 67.56 | 85.34 | - |
| YUV | 192.57 | 149.12 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 230 | 0.60 | 0 | 0.02 | 0.08 | 177.86 | 0.78 | 0.65 |
| Hex | 5F | EB | E6 | 3C | 0 | 2 | 8 | B2 | 4E | 41 |
| Octal | 137 | 353 | 346 | 74 | 0 | 2 | 10 | 262 | 116 | 101 |
| Binary | 1011111 | 11101011 | 11100110 | 111100 | 0 | 10 | 1000 | 10110010 | 1001110 | 1000001 |
Color Harmonies of #5FEBE6
Complementary color
Monochromatic Colors of #5FEBE6
Black with #5FEBE6
Text Example
Text Example
White with #5FEBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEBE6; }
p { color: rgb(95,235,230); }
H1.HeaderClassName
{
color: #5FEBE6;
}
.AnyTagClassName
{
color: #5FEBE6;
}
</style>
background-color css
<style>
a { background-color: #5FEBE6; }
a { background-color: rgb(95,235,230); }
div.DivClassName
{
background-color: #5FEBE6;
}
.BgClassName
{
background-color: #5FEBE6;
}
</style>
border-color css
<style>
span { border-color: #5FEBE6; }
span { border-color: rgb(95,235,230); }
td.TdClassName
{
border-color: #5FEBE6;
}
.TagClassName
{
border-color: #5FEBE6;
}
</style>