Shades of Turquoise Blue #5FE5F1
Tints of Turquoise Blue #5FE5F1
RGB
CMYK
RGB Variations
Color information
#5FE5F1 (or 0x5FE5F1) is known color: Turquoise Blue. HEX triplet: 5F, E5 and F1. RGB value is (95,229,241). Sum of RGB (Red+Green+Blue) = 95+229+241=565 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.81% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #5FE5F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE5F1 is #A01A0E. Grayscale: #BEBEBE. Windows color (decimal): -10492431 or 15852895. OLE color: 15852895.
HSL color Cylindrical-coordinate representation of color #5FE5F1: hue angle of 184.93º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FE5F1 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 229 | 241 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.05 |
| HSL | 184.93º | 0.84% | 0.66% | - |
| HSV(B) | 184.93º | 0.61% | 0.95% | - |
| XYZ | 48.62 | 64.82 | 93.17 | - |
| YUV | 190.3 | 156.61 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 229 | 241 | 0.61 | 0.05 | 0 | 0.05 | 184.93 | 0.84 | 0.66 |
| Hex | 5F | E5 | F1 | 3D | 5 | 0 | 5 | B9 | 54 | 42 |
| Octal | 137 | 345 | 361 | 75 | 5 | 0 | 5 | 271 | 124 | 102 |
| Binary | 1011111 | 11100101 | 11110001 | 111101 | 101 | 0 | 101 | 10111001 | 1010100 | 1000010 |
Color Harmonies of #5FE5F1
Complementary color
Monochromatic Colors of #5FE5F1
Black with #5FE5F1
Text Example
Text Example
White with #5FE5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE5F1; }
p { color: rgb(95,229,241); }
H1.HeaderClassName
{
color: #5FE5F1;
}
.AnyTagClassName
{
color: #5FE5F1;
}
</style>
background-color css
<style>
a { background-color: #5FE5F1; }
a { background-color: rgb(95,229,241); }
div.DivClassName
{
background-color: #5FE5F1;
}
.BgClassName
{
background-color: #5FE5F1;
}
</style>
border-color css
<style>
span { border-color: #5FE5F1; }
span { border-color: rgb(95,229,241); }
td.TdClassName
{
border-color: #5FE5F1;
}
.TagClassName
{
border-color: #5FE5F1;
}
</style>