Shades of Turquoise Blue #5FCCED
Tints of Turquoise Blue #5FCCED
RGB
CMYK
RGB Variations
Color information
#5FCCED (or 0x5FCCED) is known color: Turquoise Blue. HEX triplet: 5F, CC and ED. RGB value is (95,204,237). Sum of RGB (Red+Green+Blue) = 95+204+237=536 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.72% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #5FCCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCCED is #A03312. Grayscale: #AEAEAE. Windows color (decimal): -10498835 or 15584351. OLE color: 15584351.
HSL color Cylindrical-coordinate representation of color #5FCCED: hue angle of 193.94º degrees, saturation: 0.8, 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 #5FCCED is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 204 | 237 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.07 |
| HSL | 193.94º | 0.8% | 0.65% | - |
| HSV(B) | 193.94º | 0.6% | 0.93% | - |
| XYZ | 41.6 | 51.73 | 87.91 | - |
| YUV | 175.17 | 162.89 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 237 | 0.60 | 0.14 | 0 | 0.07 | 193.94 | 0.8 | 0.65 |
| Hex | 5F | CC | ED | 3C | E | 0 | 7 | C2 | 50 | 41 |
| Octal | 137 | 314 | 355 | 74 | 16 | 0 | 7 | 302 | 120 | 101 |
| Binary | 1011111 | 11001100 | 11101101 | 111100 | 1110 | 0 | 111 | 11000010 | 1010000 | 1000001 |
Color Harmonies of #5FCCED
Complementary color
Monochromatic Colors of #5FCCED
Black with #5FCCED
Text Example
Text Example
White with #5FCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCED; }
p { color: rgb(95,204,237); }
H1.HeaderClassName
{
color: #5FCCED;
}
.AnyTagClassName
{
color: #5FCCED;
}
</style>
background-color css
<style>
a { background-color: #5FCCED; }
a { background-color: rgb(95,204,237); }
div.DivClassName
{
background-color: #5FCCED;
}
.BgClassName
{
background-color: #5FCCED;
}
</style>
border-color css
<style>
span { border-color: #5FCCED; }
span { border-color: rgb(95,204,237); }
td.TdClassName
{
border-color: #5FCCED;
}
.TagClassName
{
border-color: #5FCCED;
}
</style>