Shades of Turquoise Blue #5FDCEA
Tints of Turquoise Blue #5FDCEA
RGB
CMYK
RGB Variations
Color information
#5FDCEA (or 0x5FDCEA) is known color: Turquoise Blue. HEX triplet: 5F, DC and EA. RGB value is (95,220,234). Sum of RGB (Red+Green+Blue) = 95+220+234=549 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.30% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FDCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDCEA is #A02315. Grayscale: #B8B8B8. Windows color (decimal): -10494742 or 15391839. OLE color: 15391839.
HSL color Cylindrical-coordinate representation of color #5FDCEA: hue angle of 186.04º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FDCEA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 220 | 234 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.08 |
| HSL | 186.04º | 0.77% | 0.65% | - |
| HSV(B) | 186.04º | 0.59% | 0.92% | - |
| XYZ | 45.16 | 59.56 | 86.96 | - |
| YUV | 184.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 234 | 0.59 | 0.06 | 0 | 0.08 | 186.04 | 0.77 | 0.65 |
| Hex | 5F | DC | EA | 3B | 6 | 0 | 8 | BA | 4D | 41 |
| Octal | 137 | 334 | 352 | 73 | 6 | 0 | 10 | 272 | 115 | 101 |
| Binary | 1011111 | 11011100 | 11101010 | 111011 | 110 | 0 | 1000 | 10111010 | 1001101 | 1000001 |
Color Harmonies of #5FDCEA
Complementary color
Monochromatic Colors of #5FDCEA
Black with #5FDCEA
Text Example
Text Example
White with #5FDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDCEA; }
p { color: rgb(95,220,234); }
H1.HeaderClassName
{
color: #5FDCEA;
}
.AnyTagClassName
{
color: #5FDCEA;
}
</style>
background-color css
<style>
a { background-color: #5FDCEA; }
a { background-color: rgb(95,220,234); }
div.DivClassName
{
background-color: #5FDCEA;
}
.BgClassName
{
background-color: #5FDCEA;
}
</style>
border-color css
<style>
span { border-color: #5FDCEA; }
span { border-color: rgb(95,220,234); }
td.TdClassName
{
border-color: #5FDCEA;
}
.TagClassName
{
border-color: #5FDCEA;
}
</style>