Shades of Turquoise Blue #5FCEEB
Tints of Turquoise Blue #5FCEEB
RGB
CMYK
RGB Variations
Color information
#5FCEEB (or 0x5FCEEB) is known color: Turquoise Blue. HEX triplet: 5F, CE and EB. RGB value is (95,206,235). Sum of RGB (Red+Green+Blue) = 95+206+235=536 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.72% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FCEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCEEB is #A03114. Grayscale: #AFAFAF. Windows color (decimal): -10498325 or 15453791. OLE color: 15453791.
HSL color Cylindrical-coordinate representation of color #5FCEEB: hue angle of 192.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FCEEB is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 206 | 235 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.08 |
| HSL | 192.43º | 0.78% | 0.65% | - |
| HSV(B) | 192.43º | 0.6% | 0.92% | - |
| XYZ | 41.79 | 52.57 | 86.54 | - |
| YUV | 176.12 | 161.23 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 235 | 0.60 | 0.12 | 0 | 0.08 | 192.43 | 0.78 | 0.65 |
| Hex | 5F | CE | EB | 3C | C | 0 | 8 | C0 | 4E | 41 |
| Octal | 137 | 316 | 353 | 74 | 14 | 0 | 10 | 300 | 116 | 101 |
| Binary | 1011111 | 11001110 | 11101011 | 111100 | 1100 | 0 | 1000 | 11000000 | 1001110 | 1000001 |
Color Harmonies of #5FCEEB
Complementary color
Monochromatic Colors of #5FCEEB
Black with #5FCEEB
Text Example
Text Example
White with #5FCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEEB; }
p { color: rgb(95,206,235); }
H1.HeaderClassName
{
color: #5FCEEB;
}
.AnyTagClassName
{
color: #5FCEEB;
}
</style>
background-color css
<style>
a { background-color: #5FCEEB; }
a { background-color: rgb(95,206,235); }
div.DivClassName
{
background-color: #5FCEEB;
}
.BgClassName
{
background-color: #5FCEEB;
}
</style>
border-color css
<style>
span { border-color: #5FCEEB; }
span { border-color: rgb(95,206,235); }
td.TdClassName
{
border-color: #5FCEEB;
}
.TagClassName
{
border-color: #5FCEEB;
}
</style>