Shades of Turquoise Blue #5FCDEF
Tints of Turquoise Blue #5FCDEF
RGB
CMYK
RGB Variations
Color information
#5FCDEF (or 0x5FCDEF) is known color: Turquoise Blue. HEX triplet: 5F, CD and EF. RGB value is (95,205,239). Sum of RGB (Red+Green+Blue) = 95+205+239=539 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.63% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FCDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCDEF is #A03210. Grayscale: #AFAFAF. Windows color (decimal): -10498577 or 15715679. OLE color: 15715679.
HSL color Cylindrical-coordinate representation of color #5FCDEF: hue angle of 194.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FCDEF is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 205 | 239 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.06 |
| HSL | 194.17º | 0.82% | 0.65% | - |
| HSV(B) | 194.17º | 0.6% | 0.94% | - |
| XYZ | 42.13 | 52.33 | 89.54 | - |
| YUV | 175.99 | 163.56 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 239 | 0.60 | 0.14 | 0 | 0.06 | 194.17 | 0.82 | 0.65 |
| Hex | 5F | CD | EF | 3C | E | 0 | 6 | C2 | 52 | 41 |
| Octal | 137 | 315 | 357 | 74 | 16 | 0 | 6 | 302 | 122 | 101 |
| Binary | 1011111 | 11001101 | 11101111 | 111100 | 1110 | 0 | 110 | 11000010 | 1010010 | 1000001 |
Color Harmonies of #5FCDEF
Complementary color
Monochromatic Colors of #5FCDEF
Black with #5FCDEF
Text Example
Text Example
White with #5FCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDEF; }
p { color: rgb(95,205,239); }
H1.HeaderClassName
{
color: #5FCDEF;
}
.AnyTagClassName
{
color: #5FCDEF;
}
</style>
background-color css
<style>
a { background-color: #5FCDEF; }
a { background-color: rgb(95,205,239); }
div.DivClassName
{
background-color: #5FCDEF;
}
.BgClassName
{
background-color: #5FCDEF;
}
</style>
border-color css
<style>
span { border-color: #5FCDEF; }
span { border-color: rgb(95,205,239); }
td.TdClassName
{
border-color: #5FCDEF;
}
.TagClassName
{
border-color: #5FCDEF;
}
</style>