Shades of Turquoise Blue #5FF2DF
Tints of Turquoise Blue #5FF2DF
RGB
CMYK
RGB Variations
Color information
#5FF2DF (or 0x5FF2DF) is known color: Turquoise Blue. HEX triplet: 5F, F2 and DF. RGB value is (95,242,223). Sum of RGB (Red+Green+Blue) = 95+242+223=560 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.96% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF2DF is #A00D20. Grayscale: #C3C3C3. Windows color (decimal): -10489121 or 14676575. OLE color: 14676575.
HSL color Cylindrical-coordinate representation of color #5FF2DF: hue angle of 172.24º degrees, saturation: 0.85, 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 #5FF2DF is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 242 | 223 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.05 |
| HSL | 172.24º | 0.85% | 0.66% | - |
| HSV(B) | 172.24º | 0.61% | 0.95% | - |
| XYZ | 49.79 | 71.26 | 80.94 | - |
| YUV | 195.88 | 143.3 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 242 | 223 | 0.61 | 0 | 0.08 | 0.05 | 172.24 | 0.85 | 0.66 |
| Hex | 5F | F2 | DF | 3D | 0 | 8 | 5 | AC | 55 | 42 |
| Octal | 137 | 362 | 337 | 75 | 0 | 10 | 5 | 254 | 125 | 102 |
| Binary | 1011111 | 11110010 | 11011111 | 111101 | 0 | 1000 | 101 | 10101100 | 1010101 | 1000010 |
Color Harmonies of #5FF2DF
Complementary color
Monochromatic Colors of #5FF2DF
Black with #5FF2DF
Text Example
Text Example
White with #5FF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF2DF; }
p { color: rgb(95,242,223); }
H1.HeaderClassName
{
color: #5FF2DF;
}
.AnyTagClassName
{
color: #5FF2DF;
}
</style>
background-color css
<style>
a { background-color: #5FF2DF; }
a { background-color: rgb(95,242,223); }
div.DivClassName
{
background-color: #5FF2DF;
}
.BgClassName
{
background-color: #5FF2DF;
}
</style>
border-color css
<style>
span { border-color: #5FF2DF; }
span { border-color: rgb(95,242,223); }
td.TdClassName
{
border-color: #5FF2DF;
}
.TagClassName
{
border-color: #5FF2DF;
}
</style>