Shades of Turquoise Blue #5FE7EE
Tints of Turquoise Blue #5FE7EE
RGB
CMYK
RGB Variations
Color information
#5FE7EE (or 0x5FE7EE) is known color: Turquoise Blue. HEX triplet: 5F, E7 and EE. RGB value is (95,231,238). Sum of RGB (Red+Green+Blue) = 95+231+238=564 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.84% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FE7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FE7EE is #A01811. Grayscale: #BEBEBE. Windows color (decimal): -10491922 or 15656799. OLE color: 15656799.
HSL color Cylindrical-coordinate representation of color #5FE7EE: hue angle of 182.94º 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 #5FE7EE is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 231 | 238 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.07 |
| HSL | 182.94º | 0.81% | 0.65% | - |
| HSV(B) | 182.94º | 0.6% | 0.93% | - |
| XYZ | 48.73 | 65.76 | 91.01 | - |
| YUV | 191.13 | 154.44 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 231 | 238 | 0.60 | 0.03 | 0 | 0.07 | 182.94 | 0.81 | 0.65 |
| Hex | 5F | E7 | EE | 3C | 3 | 0 | 7 | B7 | 51 | 41 |
| Octal | 137 | 347 | 356 | 74 | 3 | 0 | 7 | 267 | 121 | 101 |
| Binary | 1011111 | 11100111 | 11101110 | 111100 | 11 | 0 | 111 | 10110111 | 1010001 | 1000001 |
Color Harmonies of #5FE7EE
Complementary color
Monochromatic Colors of #5FE7EE
Black with #5FE7EE
Text Example
Text Example
White with #5FE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE7EE; }
p { color: rgb(95,231,238); }
H1.HeaderClassName
{
color: #5FE7EE;
}
.AnyTagClassName
{
color: #5FE7EE;
}
</style>
background-color css
<style>
a { background-color: #5FE7EE; }
a { background-color: rgb(95,231,238); }
div.DivClassName
{
background-color: #5FE7EE;
}
.BgClassName
{
background-color: #5FE7EE;
}
</style>
border-color css
<style>
span { border-color: #5FE7EE; }
span { border-color: rgb(95,231,238); }
td.TdClassName
{
border-color: #5FE7EE;
}
.TagClassName
{
border-color: #5FE7EE;
}
</style>