Shades of Turquoise Blue #5FDBFE
Tints of Turquoise Blue #5FDBFE
RGB
CMYK
RGB Variations
Color information
#5FDBFE (or 0x5FDBFE) is known color: Turquoise Blue. HEX triplet: 5F, DB and FE. RGB value is (95,219,254). Sum of RGB (Red+Green+Blue) = 95+219+254=568 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.73% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FDBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDBFE is #A02401. Grayscale: #B9B9B9. Windows color (decimal): -10494978 or 16702303. OLE color: 16702303.
HSL color Cylindrical-coordinate representation of color #5FDBFE: hue angle of 193.21º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FDBFE is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 219 | 254 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.00 |
| HSL | 193.21º | 0.99% | 0.68% | - |
| HSV(B) | 193.21º | 0.63% | 1% | - |
| XYZ | 47.94 | 60.25 | 102.87 | - |
| YUV | 185.91 | 166.42 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 254 | 0.63 | 0.14 | 0 | 0.00 | 193.21 | 0.99 | 0.68 |
| Hex | 5F | DB | FE | 3F | E | 0 | 0 | C1 | 63 | 44 |
| Octal | 137 | 333 | 376 | 77 | 16 | 0 | 0 | 301 | 143 | 104 |
| Binary | 1011111 | 11011011 | 11111110 | 111111 | 1110 | 0 | 0 | 11000001 | 1100011 | 1000100 |
Color Harmonies of #5FDBFE
Complementary color
Monochromatic Colors of #5FDBFE
Black with #5FDBFE
Text Example
Text Example
White with #5FDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDBFE; }
p { color: rgb(95,219,254); }
H1.HeaderClassName
{
color: #5FDBFE;
}
.AnyTagClassName
{
color: #5FDBFE;
}
</style>
background-color css
<style>
a { background-color: #5FDBFE; }
a { background-color: rgb(95,219,254); }
div.DivClassName
{
background-color: #5FDBFE;
}
.BgClassName
{
background-color: #5FDBFE;
}
</style>
border-color css
<style>
span { border-color: #5FDBFE; }
span { border-color: rgb(95,219,254); }
td.TdClassName
{
border-color: #5FDBFE;
}
.TagClassName
{
border-color: #5FDBFE;
}
</style>