Shades of Turquoise Blue #5FDFEF
Tints of Turquoise Blue #5FDFEF
RGB
CMYK
RGB Variations
Color information
#5FDFEF (or 0x5FDFEF) is known color: Turquoise Blue. HEX triplet: 5F, DF and EF. RGB value is (95,223,239). Sum of RGB (Red+Green+Blue) = 95+223+239=557 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.06% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FDFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDFEF is #A02010. Grayscale: #BABABA. Windows color (decimal): -10493969 or 15720287. OLE color: 15720287.
HSL color Cylindrical-coordinate representation of color #5FDFEF: hue angle of 186.67º 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 #5FDFEF is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 223 | 239 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.06 |
| HSL | 186.67º | 0.82% | 0.65% | - |
| HSV(B) | 186.67º | 0.6% | 0.94% | - |
| XYZ | 46.69 | 61.44 | 91.06 | - |
| YUV | 186.55 | 157.59 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 239 | 0.60 | 0.07 | 0 | 0.06 | 186.67 | 0.82 | 0.65 |
| Hex | 5F | DF | EF | 3C | 7 | 0 | 6 | BB | 52 | 41 |
| Octal | 137 | 337 | 357 | 74 | 7 | 0 | 6 | 273 | 122 | 101 |
| Binary | 1011111 | 11011111 | 11101111 | 111100 | 111 | 0 | 110 | 10111011 | 1010010 | 1000001 |
Color Harmonies of #5FDFEF
Complementary color
Monochromatic Colors of #5FDFEF
Black with #5FDFEF
Text Example
Text Example
White with #5FDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFEF; }
p { color: rgb(95,223,239); }
H1.HeaderClassName
{
color: #5FDFEF;
}
.AnyTagClassName
{
color: #5FDFEF;
}
</style>
background-color css
<style>
a { background-color: #5FDFEF; }
a { background-color: rgb(95,223,239); }
div.DivClassName
{
background-color: #5FDFEF;
}
.BgClassName
{
background-color: #5FDFEF;
}
</style>
border-color css
<style>
span { border-color: #5FDFEF; }
span { border-color: rgb(95,223,239); }
td.TdClassName
{
border-color: #5FDFEF;
}
.TagClassName
{
border-color: #5FDFEF;
}
</style>