Shades of Turquoise Blue #5FCFDC
Tints of Turquoise Blue #5FCFDC
RGB
CMYK
RGB Variations
Color information
#5FCFDC (or 0x5FCFDC) is known color: Turquoise Blue. HEX triplet: 5F, CF and DC. RGB value is (95,207,220). Sum of RGB (Red+Green+Blue) = 95+207+220=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FCFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCFDC is #A03023. Grayscale: #AEAEAE. Windows color (decimal): -10498084 or 14471007. OLE color: 14471007.
HSL color Cylindrical-coordinate representation of color #5FCFDC: hue angle of 186.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FCFDC is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 207 | 220 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.14 |
| HSL | 186.24º | 0.64% | 0.62% | - |
| HSV(B) | 186.24º | 0.57% | 0.86% | - |
| XYZ | 39.95 | 52.23 | 75.69 | - |
| YUV | 174.99 | 153.39 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 220 | 0.57 | 0.06 | 0 | 0.14 | 186.24 | 0.64 | 0.62 |
| Hex | 5F | CF | DC | 39 | 6 | 0 | E | BA | 40 | 3E |
| Octal | 137 | 317 | 334 | 71 | 6 | 0 | 16 | 272 | 100 | 76 |
| Binary | 1011111 | 11001111 | 11011100 | 111001 | 110 | 0 | 1110 | 10111010 | 1000000 | 111110 |
Color Harmonies of #5FCFDC
Complementary color
Monochromatic Colors of #5FCFDC
Black with #5FCFDC
Text Example
Text Example
White with #5FCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCFDC; }
p { color: rgb(95,207,220); }
H1.HeaderClassName
{
color: #5FCFDC;
}
.AnyTagClassName
{
color: #5FCFDC;
}
</style>
background-color css
<style>
a { background-color: #5FCFDC; }
a { background-color: rgb(95,207,220); }
div.DivClassName
{
background-color: #5FCFDC;
}
.BgClassName
{
background-color: #5FCFDC;
}
</style>
border-color css
<style>
span { border-color: #5FCFDC; }
span { border-color: rgb(95,207,220); }
td.TdClassName
{
border-color: #5FCFDC;
}
.TagClassName
{
border-color: #5FCFDC;
}
</style>