Shades of Turquoise Blue #5FD5FE
Tints of Turquoise Blue #5FD5FE
RGB
CMYK
RGB Variations
Color information
#5FD5FE (or 0x5FD5FE) is known color: Turquoise Blue. HEX triplet: 5F, D5 and FE. RGB value is (95,213,254). Sum of RGB (Red+Green+Blue) = 95+213+254=562 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.90% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FD5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD5FE is #A02A01. Grayscale: #B6B6B6. Windows color (decimal): -10496514 or 16700767. OLE color: 16700767.
HSL color Cylindrical-coordinate representation of color #5FD5FE: hue angle of 195.47º 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 #5FD5FE is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 213 | 254 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.00 |
| HSL | 195.47º | 0.99% | 0.68% | - |
| HSV(B) | 195.47º | 0.63% | 1% | - |
| XYZ | 46.4 | 57.18 | 102.36 | - |
| YUV | 182.39 | 168.41 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 254 | 0.63 | 0.16 | 0 | 0.00 | 195.47 | 0.99 | 0.68 |
| Hex | 5F | D5 | FE | 3F | 10 | 0 | 0 | C3 | 63 | 44 |
| Octal | 137 | 325 | 376 | 77 | 20 | 0 | 0 | 303 | 143 | 104 |
| Binary | 1011111 | 11010101 | 11111110 | 111111 | 10000 | 0 | 0 | 11000011 | 1100011 | 1000100 |
Color Harmonies of #5FD5FE
Complementary color
Monochromatic Colors of #5FD5FE
Black with #5FD5FE
Text Example
Text Example
White with #5FD5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD5FE; }
p { color: rgb(95,213,254); }
H1.HeaderClassName
{
color: #5FD5FE;
}
.AnyTagClassName
{
color: #5FD5FE;
}
</style>
background-color css
<style>
a { background-color: #5FD5FE; }
a { background-color: rgb(95,213,254); }
div.DivClassName
{
background-color: #5FD5FE;
}
.BgClassName
{
background-color: #5FD5FE;
}
</style>
border-color css
<style>
span { border-color: #5FD5FE; }
span { border-color: rgb(95,213,254); }
td.TdClassName
{
border-color: #5FD5FE;
}
.TagClassName
{
border-color: #5FD5FE;
}
</style>