Shades of Turquoise Blue #5FEAF0
Tints of Turquoise Blue #5FEAF0
RGB
CMYK
RGB Variations
Color information
#5FEAF0 (or 0x5FEAF0) is known color: Turquoise Blue. HEX triplet: 5F, EA and F0. RGB value is (95,234,240). Sum of RGB (Red+Green+Blue) = 95+234+240=569 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.70% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #5FEAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEAF0 is #A0150F. Grayscale: #C0C0C0. Windows color (decimal): -10491152 or 15788639. OLE color: 15788639.
HSL color Cylindrical-coordinate representation of color #5FEAF0: hue angle of 182.48º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEAF0 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 234 | 240 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.06 |
| HSL | 182.48º | 0.83% | 0.66% | - |
| HSV(B) | 182.48º | 0.6% | 0.94% | - |
| XYZ | 49.87 | 67.57 | 92.85 | - |
| YUV | 193.12 | 154.45 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 240 | 0.60 | 0.02 | 0 | 0.06 | 182.48 | 0.83 | 0.66 |
| Hex | 5F | EA | F0 | 3C | 2 | 0 | 6 | B6 | 53 | 42 |
| Octal | 137 | 352 | 360 | 74 | 2 | 0 | 6 | 266 | 123 | 102 |
| Binary | 1011111 | 11101010 | 11110000 | 111100 | 10 | 0 | 110 | 10110110 | 1010011 | 1000010 |
Color Harmonies of #5FEAF0
Complementary color
Monochromatic Colors of #5FEAF0
Black with #5FEAF0
Text Example
Text Example
White with #5FEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEAF0; }
p { color: rgb(95,234,240); }
H1.HeaderClassName
{
color: #5FEAF0;
}
.AnyTagClassName
{
color: #5FEAF0;
}
</style>
background-color css
<style>
a { background-color: #5FEAF0; }
a { background-color: rgb(95,234,240); }
div.DivClassName
{
background-color: #5FEAF0;
}
.BgClassName
{
background-color: #5FEAF0;
}
</style>
border-color css
<style>
span { border-color: #5FEAF0; }
span { border-color: rgb(95,234,240); }
td.TdClassName
{
border-color: #5FEAF0;
}
.TagClassName
{
border-color: #5FEAF0;
}
</style>