Shades of Turquoise Blue #5FE5EE
Tints of Turquoise Blue #5FE5EE
RGB
CMYK
RGB Variations
Color information
#5FE5EE (or 0x5FE5EE) is known color: Turquoise Blue. HEX triplet: 5F, E5 and EE. RGB value is (95,229,238). Sum of RGB (Red+Green+Blue) = 95+229+238=562 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.90% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FE5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE5EE is #A01A11. Grayscale: #BDBDBD. Windows color (decimal): -10492434 or 15656287. OLE color: 15656287.
HSL color Cylindrical-coordinate representation of color #5FE5EE: hue angle of 183.78º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FE5EE is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 229 | 238 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.07 |
| HSL | 183.78º | 0.81% | 0.65% | - |
| HSV(B) | 183.78º | 0.6% | 0.93% | - |
| XYZ | 48.17 | 64.64 | 90.83 | - |
| YUV | 189.96 | 155.11 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 229 | 238 | 0.60 | 0.04 | 0 | 0.07 | 183.78 | 0.81 | 0.65 |
| Hex | 5F | E5 | EE | 3C | 4 | 0 | 7 | B8 | 51 | 41 |
| Octal | 137 | 345 | 356 | 74 | 4 | 0 | 7 | 270 | 121 | 101 |
| Binary | 1011111 | 11100101 | 11101110 | 111100 | 100 | 0 | 111 | 10111000 | 1010001 | 1000001 |
Color Harmonies of #5FE5EE
Complementary color
Monochromatic Colors of #5FE5EE
Black with #5FE5EE
Text Example
Text Example
White with #5FE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE5EE; }
p { color: rgb(95,229,238); }
H1.HeaderClassName
{
color: #5FE5EE;
}
.AnyTagClassName
{
color: #5FE5EE;
}
</style>
background-color css
<style>
a { background-color: #5FE5EE; }
a { background-color: rgb(95,229,238); }
div.DivClassName
{
background-color: #5FE5EE;
}
.BgClassName
{
background-color: #5FE5EE;
}
</style>
border-color css
<style>
span { border-color: #5FE5EE; }
span { border-color: rgb(95,229,238); }
td.TdClassName
{
border-color: #5FE5EE;
}
.TagClassName
{
border-color: #5FE5EE;
}
</style>