Shades of Turquoise Blue #5FDAFF
Tints of Turquoise Blue #5FDAFF
RGB
CMYK
RGB Variations
Color information
#5FDAFF (or 0x5FDAFF) is known color: Turquoise Blue. HEX triplet: 5F, DA and FF. RGB value is (95,218,255). Sum of RGB (Red+Green+Blue) = 95+218+255=568 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.73% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FDAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDAFF is #A02500. Grayscale: #B9B9B9. Windows color (decimal): -10495233 or 16767583. OLE color: 16767583.
HSL color Cylindrical-coordinate representation of color #5FDAFF: hue angle of 193.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FDAFF is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 218 | 255 | - |
| CMYK | 0.63 | 0.15 | 0 | 0 |
| HSL | 193.88º | 1% | 0.69% | - |
| HSV(B) | 193.88º | 0.63% | 1% | - |
| XYZ | 47.84 | 59.8 | 103.63 | - |
| YUV | 185.44 | 167.25 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 255 | 0.63 | 0.15 | 0 | 0 | 193.88 | 1 | 0.69 |
| Hex | 5F | DA | FF | 3F | F | 0 | 0 | C2 | 64 | 45 |
| Octal | 137 | 332 | 377 | 77 | 17 | 0 | 0 | 302 | 144 | 105 |
| Binary | 1011111 | 11011010 | 11111111 | 111111 | 1111 | 0 | 0 | 11000010 | 1100100 | 1000101 |
Color Harmonies of #5FDAFF
Complementary color
Monochromatic Colors of #5FDAFF
Black with #5FDAFF
Text Example
Text Example
White with #5FDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDAFF; }
p { color: rgb(95,218,255); }
H1.HeaderClassName
{
color: #5FDAFF;
}
.AnyTagClassName
{
color: #5FDAFF;
}
</style>
background-color css
<style>
a { background-color: #5FDAFF; }
a { background-color: rgb(95,218,255); }
div.DivClassName
{
background-color: #5FDAFF;
}
.BgClassName
{
background-color: #5FDAFF;
}
</style>
border-color css
<style>
span { border-color: #5FDAFF; }
span { border-color: rgb(95,218,255); }
td.TdClassName
{
border-color: #5FDAFF;
}
.TagClassName
{
border-color: #5FDAFF;
}
</style>