Shades of Turquoise Blue #5FDCFF
Tints of Turquoise Blue #5FDCFF
RGB
CMYK
RGB Variations
Color information
#5FDCFF (or 0x5FDCFF) is known color: Turquoise Blue. HEX triplet: 5F, DC and FF. RGB value is (95,220,255). Sum of RGB (Red+Green+Blue) = 95+220+255=570 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.67% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDCFF is #A02300. Grayscale: #BABABA. Windows color (decimal): -10494721 or 16768095. OLE color: 16768095.
HSL color Cylindrical-coordinate representation of color #5FDCFF: hue angle of 193.12º 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 #5FDCFF is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 220 | 255 | - |
| CMYK | 0.63 | 0.14 | 0 | 0 |
| HSL | 193.13º | 1% | 0.69% | - |
| HSV(B) | 193.13º | 0.63% | 1% | - |
| XYZ | 48.36 | 60.84 | 103.8 | - |
| YUV | 186.62 | 166.59 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 255 | 0.63 | 0.14 | 0 | 0 | 193.13 | 1 | 0.69 |
| Hex | 5F | DC | FF | 3F | E | 0 | 0 | C1 | 64 | 45 |
| Octal | 137 | 334 | 377 | 77 | 16 | 0 | 0 | 301 | 144 | 105 |
| Binary | 1011111 | 11011100 | 11111111 | 111111 | 1110 | 0 | 0 | 11000001 | 1100100 | 1000101 |
Color Harmonies of #5FDCFF
Complementary color
Monochromatic Colors of #5FDCFF
Black with #5FDCFF
Text Example
Text Example
White with #5FDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDCFF; }
p { color: rgb(95,220,255); }
H1.HeaderClassName
{
color: #5FDCFF;
}
.AnyTagClassName
{
color: #5FDCFF;
}
</style>
background-color css
<style>
a { background-color: #5FDCFF; }
a { background-color: rgb(95,220,255); }
div.DivClassName
{
background-color: #5FDCFF;
}
.BgClassName
{
background-color: #5FDCFF;
}
</style>
border-color css
<style>
span { border-color: #5FDCFF; }
span { border-color: rgb(95,220,255); }
td.TdClassName
{
border-color: #5FDCFF;
}
.TagClassName
{
border-color: #5FDCFF;
}
</style>