Shades of Turquoise Blue #5FDFF5
Tints of Turquoise Blue #5FDFF5
RGB
CMYK
RGB Variations
Color information
#5FDFF5 (or 0x5FDFF5) is known color: Turquoise Blue. HEX triplet: 5F, DF and F5. RGB value is (95,223,245). Sum of RGB (Red+Green+Blue) = 95+223+245=563 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.87% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #5FDFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDFF5 is #A0200A. Grayscale: #BBBBBB. Windows color (decimal): -10493963 or 16113503. OLE color: 16113503.
HSL color Cylindrical-coordinate representation of color #5FDFF5: hue angle of 188.8º degrees, saturation: 0.88, 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 #5FDFF5 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 223 | 245 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.04 |
| HSL | 188.8º | 0.88% | 0.67% | - |
| HSV(B) | 188.8º | 0.61% | 0.96% | - |
| XYZ | 47.59 | 61.8 | 95.81 | - |
| YUV | 187.24 | 160.59 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 245 | 0.61 | 0.09 | 0 | 0.04 | 188.8 | 0.88 | 0.67 |
| Hex | 5F | DF | F5 | 3D | 9 | 0 | 4 | BD | 58 | 43 |
| Octal | 137 | 337 | 365 | 75 | 11 | 0 | 4 | 275 | 130 | 103 |
| Binary | 1011111 | 11011111 | 11110101 | 111101 | 1001 | 0 | 100 | 10111101 | 1011000 | 1000011 |
Color Harmonies of #5FDFF5
Complementary color
Monochromatic Colors of #5FDFF5
Black with #5FDFF5
Text Example
Text Example
White with #5FDFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFF5; }
p { color: rgb(95,223,245); }
H1.HeaderClassName
{
color: #5FDFF5;
}
.AnyTagClassName
{
color: #5FDFF5;
}
</style>
background-color css
<style>
a { background-color: #5FDFF5; }
a { background-color: rgb(95,223,245); }
div.DivClassName
{
background-color: #5FDFF5;
}
.BgClassName
{
background-color: #5FDFF5;
}
</style>
border-color css
<style>
span { border-color: #5FDFF5; }
span { border-color: rgb(95,223,245); }
td.TdClassName
{
border-color: #5FDFF5;
}
.TagClassName
{
border-color: #5FDFF5;
}
</style>