Shades of Turquoise Blue #5FEFE3
Tints of Turquoise Blue #5FEFE3
RGB
CMYK
RGB Variations
Color information
#5FEFE3 (or 0x5FEFE3) is known color: Turquoise Blue. HEX triplet: 5F, EF and E3. RGB value is (95,239,227). Sum of RGB (Red+Green+Blue) = 95+239+227=561 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.93% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 227 (89.06% from 255 or 40.46% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFE3 is #A0101C. Grayscale: #C2C2C2. Windows color (decimal): -10489885 or 14937951. OLE color: 14937951.
HSL color Cylindrical-coordinate representation of color #5FEFE3: hue angle of 175º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEFE3 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 227 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.06 |
| HSL | 175º | 0.82% | 0.65% | - |
| HSV(B) | 175º | 0.6% | 0.94% | - |
| XYZ | 49.45 | 69.71 | 83.52 | - |
| YUV | 194.58 | 146.29 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 227 | 0.60 | 0 | 0.05 | 0.06 | 175 | 0.82 | 0.65 |
| Hex | 5F | EF | E3 | 3C | 0 | 5 | 6 | AF | 52 | 41 |
| Octal | 137 | 357 | 343 | 74 | 0 | 5 | 6 | 257 | 122 | 101 |
| Binary | 1011111 | 11101111 | 11100011 | 111100 | 0 | 101 | 110 | 10101111 | 1010010 | 1000001 |
Color Harmonies of #5FEFE3
Complementary color
Monochromatic Colors of #5FEFE3
Black with #5FEFE3
Text Example
Text Example
White with #5FEFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFE3; }
p { color: rgb(95,239,227); }
H1.HeaderClassName
{
color: #5FEFE3;
}
.AnyTagClassName
{
color: #5FEFE3;
}
</style>
background-color css
<style>
a { background-color: #5FEFE3; }
a { background-color: rgb(95,239,227); }
div.DivClassName
{
background-color: #5FEFE3;
}
.BgClassName
{
background-color: #5FEFE3;
}
</style>
border-color css
<style>
span { border-color: #5FEFE3; }
span { border-color: rgb(95,239,227); }
td.TdClassName
{
border-color: #5FEFE3;
}
.TagClassName
{
border-color: #5FEFE3;
}
</style>