Shades of Turquoise Blue #5FDCFE
Tints of Turquoise Blue #5FDCFE
RGB
CMYK
RGB Variations
Color information
#5FDCFE (or 0x5FDCFE) is known color: Turquoise Blue. HEX triplet: 5F, DC and FE. RGB value is (95,220,254). Sum of RGB (Red+Green+Blue) = 95+220+254=569 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.70% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FDCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDCFE is #A02301. Grayscale: #BABABA. Windows color (decimal): -10494722 or 16702559. OLE color: 16702559.
HSL color Cylindrical-coordinate representation of color #5FDCFE: hue angle of 192.83º 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 #5FDCFE is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 220 | 254 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.00 |
| HSL | 192.83º | 0.99% | 0.68% | - |
| HSV(B) | 192.83º | 0.63% | 1% | - |
| XYZ | 48.2 | 60.78 | 102.96 | - |
| YUV | 186.5 | 166.09 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 254 | 0.63 | 0.13 | 0 | 0.00 | 192.83 | 0.99 | 0.68 |
| Hex | 5F | DC | FE | 3F | D | 0 | 0 | C1 | 63 | 44 |
| Octal | 137 | 334 | 376 | 77 | 15 | 0 | 0 | 301 | 143 | 104 |
| Binary | 1011111 | 11011100 | 11111110 | 111111 | 1101 | 0 | 0 | 11000001 | 1100011 | 1000100 |
Color Harmonies of #5FDCFE
Complementary color
Monochromatic Colors of #5FDCFE
Black with #5FDCFE
Text Example
Text Example
White with #5FDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDCFE; }
p { color: rgb(95,220,254); }
H1.HeaderClassName
{
color: #5FDCFE;
}
.AnyTagClassName
{
color: #5FDCFE;
}
</style>
background-color css
<style>
a { background-color: #5FDCFE; }
a { background-color: rgb(95,220,254); }
div.DivClassName
{
background-color: #5FDCFE;
}
.BgClassName
{
background-color: #5FDCFE;
}
</style>
border-color css
<style>
span { border-color: #5FDCFE; }
span { border-color: rgb(95,220,254); }
td.TdClassName
{
border-color: #5FDCFE;
}
.TagClassName
{
border-color: #5FDCFE;
}
</style>