Shades of Turquoise Blue #5FEAF5
Tints of Turquoise Blue #5FEAF5
RGB
CMYK
RGB Variations
Color information
#5FEAF5 (or 0x5FEAF5) is known color: Turquoise Blue. HEX triplet: 5F, EA and F5. RGB value is (95,234,245). Sum of RGB (Red+Green+Blue) = 95+234+245=574 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.55% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #5FEAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEAF5 is #A0150A. Grayscale: #C1C1C1. Windows color (decimal): -10491147 or 16116319. OLE color: 16116319.
HSL color Cylindrical-coordinate representation of color #5FEAF5: hue angle of 184.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FEAF5 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 234 | 245 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.04 |
| HSL | 184.4º | 0.88% | 0.67% | - |
| HSV(B) | 184.4º | 0.61% | 0.96% | - |
| XYZ | 50.62 | 67.87 | 96.82 | - |
| YUV | 193.69 | 156.95 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 245 | 0.61 | 0.04 | 0 | 0.04 | 184.4 | 0.88 | 0.67 |
| Hex | 5F | EA | F5 | 3D | 4 | 0 | 4 | B8 | 58 | 43 |
| Octal | 137 | 352 | 365 | 75 | 4 | 0 | 4 | 270 | 130 | 103 |
| Binary | 1011111 | 11101010 | 11110101 | 111101 | 100 | 0 | 100 | 10111000 | 1011000 | 1000011 |
Color Harmonies of #5FEAF5
Complementary color
Monochromatic Colors of #5FEAF5
Black with #5FEAF5
Text Example
Text Example
White with #5FEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEAF5; }
p { color: rgb(95,234,245); }
H1.HeaderClassName
{
color: #5FEAF5;
}
.AnyTagClassName
{
color: #5FEAF5;
}
</style>
background-color css
<style>
a { background-color: #5FEAF5; }
a { background-color: rgb(95,234,245); }
div.DivClassName
{
background-color: #5FEAF5;
}
.BgClassName
{
background-color: #5FEAF5;
}
</style>
border-color css
<style>
span { border-color: #5FEAF5; }
span { border-color: rgb(95,234,245); }
td.TdClassName
{
border-color: #5FEAF5;
}
.TagClassName
{
border-color: #5FEAF5;
}
</style>