Shades of Turquoise Blue #5FCFF6
Tints of Turquoise Blue #5FCFF6
RGB
CMYK
RGB Variations
Color information
#5FCFF6 (or 0x5FCFF6) is known color: Turquoise Blue. HEX triplet: 5F, CF and F6. RGB value is (95,207,246). Sum of RGB (Red+Green+Blue) = 95+207+246=548 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.34% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #5FCFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCFF6 is #A03009. Grayscale: #B1B1B1. Windows color (decimal): -10498058 or 16174943. OLE color: 16174943.
HSL color Cylindrical-coordinate representation of color #5FCFF6: hue angle of 195.5º degrees, saturation: 0.89, 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 #5FCFF6 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 207 | 246 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.04 |
| HSL | 195.5º | 0.89% | 0.67% | - |
| HSV(B) | 195.5º | 0.61% | 0.96% | - |
| XYZ | 43.67 | 53.71 | 95.25 | - |
| YUV | 177.96 | 166.39 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 246 | 0.61 | 0.16 | 0 | 0.04 | 195.5 | 0.89 | 0.67 |
| Hex | 5F | CF | F6 | 3D | 10 | 0 | 4 | C3 | 59 | 43 |
| Octal | 137 | 317 | 366 | 75 | 20 | 0 | 4 | 303 | 131 | 103 |
| Binary | 1011111 | 11001111 | 11110110 | 111101 | 10000 | 0 | 100 | 11000011 | 1011001 | 1000011 |
Color Harmonies of #5FCFF6
Complementary color
Monochromatic Colors of #5FCFF6
Black with #5FCFF6
Text Example
Text Example
White with #5FCFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCFF6; }
p { color: rgb(95,207,246); }
H1.HeaderClassName
{
color: #5FCFF6;
}
.AnyTagClassName
{
color: #5FCFF6;
}
</style>
background-color css
<style>
a { background-color: #5FCFF6; }
a { background-color: rgb(95,207,246); }
div.DivClassName
{
background-color: #5FCFF6;
}
.BgClassName
{
background-color: #5FCFF6;
}
</style>
border-color css
<style>
span { border-color: #5FCFF6; }
span { border-color: rgb(95,207,246); }
td.TdClassName
{
border-color: #5FCFF6;
}
.TagClassName
{
border-color: #5FCFF6;
}
</style>