Shades of Turquoise Blue #5FCBEC
Tints of Turquoise Blue #5FCBEC
RGB
CMYK
RGB Variations
Color information
#5FCBEC (or 0x5FCBEC) is known color: Turquoise Blue. HEX triplet: 5F, CB and EC. RGB value is (95,203,236). Sum of RGB (Red+Green+Blue) = 95+203+236=534 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.79% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FCBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCBEC is #A03413. Grayscale: #AEAEAE. Windows color (decimal): -10499092 or 15518559. OLE color: 15518559.
HSL color Cylindrical-coordinate representation of color #5FCBEC: hue angle of 194.04º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FCBEC is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 203 | 236 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.07 |
| HSL | 194.04º | 0.79% | 0.65% | - |
| HSV(B) | 194.04º | 0.6% | 0.93% | - |
| XYZ | 41.22 | 51.2 | 87.07 | - |
| YUV | 174.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 236 | 0.60 | 0.14 | 0 | 0.07 | 194.04 | 0.79 | 0.65 |
| Hex | 5F | CB | EC | 3C | E | 0 | 7 | C2 | 4F | 41 |
| Octal | 137 | 313 | 354 | 74 | 16 | 0 | 7 | 302 | 117 | 101 |
| Binary | 1011111 | 11001011 | 11101100 | 111100 | 1110 | 0 | 111 | 11000010 | 1001111 | 1000001 |
Color Harmonies of #5FCBEC
Complementary color
Monochromatic Colors of #5FCBEC
Black with #5FCBEC
Text Example
Text Example
White with #5FCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCBEC; }
p { color: rgb(95,203,236); }
H1.HeaderClassName
{
color: #5FCBEC;
}
.AnyTagClassName
{
color: #5FCBEC;
}
</style>
background-color css
<style>
a { background-color: #5FCBEC; }
a { background-color: rgb(95,203,236); }
div.DivClassName
{
background-color: #5FCBEC;
}
.BgClassName
{
background-color: #5FCBEC;
}
</style>
border-color css
<style>
span { border-color: #5FCBEC; }
span { border-color: rgb(95,203,236); }
td.TdClassName
{
border-color: #5FCBEC;
}
.TagClassName
{
border-color: #5FCBEC;
}
</style>