Shades of Turquoise Blue #5CE6DF
Tints of Turquoise Blue #5CE6DF
RGB
CMYK
RGB Variations
Color information
#5CE6DF (or 0x5CE6DF) is known color: Turquoise Blue. HEX triplet: 5C, E6 and DF. RGB value is (92,230,223). Sum of RGB (Red+Green+Blue) = 92+230+223=545 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.88% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #5CE6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE6DF is #A31920. Grayscale: #BBBBBB. Windows color (decimal): -10688801 or 14673500. OLE color: 14673500.
HSL color Cylindrical-coordinate representation of color #5CE6DF: hue angle of 176.96º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE6DF is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 92 | 230 | 223 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.10 |
| HSL | 176.96º | 0.73% | 0.63% | - |
| HSV(B) | 176.96º | 0.6% | 0.9% | - |
| XYZ | 46.03 | 64.2 | 79.78 | - |
| YUV | 187.94 | 147.78 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 230 | 223 | 0.60 | 0 | 0.03 | 0.10 | 176.96 | 0.73 | 0.63 |
| Hex | 5C | E6 | DF | 3C | 0 | 3 | A | B1 | 49 | 3F |
| Octal | 134 | 346 | 337 | 74 | 0 | 3 | 12 | 261 | 111 | 77 |
| Binary | 1011100 | 11100110 | 11011111 | 111100 | 0 | 11 | 1010 | 10110001 | 1001001 | 111111 |
Color Harmonies of #5CE6DF
Complementary color
Monochromatic Colors of #5CE6DF
Black with #5CE6DF
Text Example
Text Example
White with #5CE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE6DF; }
p { color: rgb(92,230,223); }
H1.HeaderClassName
{
color: #5CE6DF;
}
.AnyTagClassName
{
color: #5CE6DF;
}
</style>
background-color css
<style>
a { background-color: #5CE6DF; }
a { background-color: rgb(92,230,223); }
div.DivClassName
{
background-color: #5CE6DF;
}
.BgClassName
{
background-color: #5CE6DF;
}
</style>
border-color css
<style>
span { border-color: #5CE6DF; }
span { border-color: rgb(92,230,223); }
td.TdClassName
{
border-color: #5CE6DF;
}
.TagClassName
{
border-color: #5CE6DF;
}
</style>