Shades of Turquoise Blue #5CDFEB
Tints of Turquoise Blue #5CDFEB
RGB
CMYK
RGB Variations
Color information
#5CDFEB (or 0x5CDFEB) is known color: Turquoise Blue. HEX triplet: 5C, DF and EB. RGB value is (92,223,235). Sum of RGB (Red+Green+Blue) = 92+223+235=550 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.73% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDFEB is #A32014. Grayscale: #B9B9B9. Windows color (decimal): -10690581 or 15458140. OLE color: 15458140.
HSL color Cylindrical-coordinate representation of color #5CDFEB: hue angle of 185.03º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CDFEB is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 223 | 235 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.08 |
| HSL | 185.04º | 0.78% | 0.64% | - |
| HSV(B) | 185.04º | 0.61% | 0.92% | - |
| XYZ | 45.8 | 61.05 | 87.97 | - |
| YUV | 185.2 | 156.1 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 235 | 0.61 | 0.05 | 0 | 0.08 | 185.04 | 0.78 | 0.64 |
| Hex | 5C | DF | EB | 3D | 5 | 0 | 8 | B9 | 4E | 40 |
| Octal | 134 | 337 | 353 | 75 | 5 | 0 | 10 | 271 | 116 | 100 |
| Binary | 1011100 | 11011111 | 11101011 | 111101 | 101 | 0 | 1000 | 10111001 | 1001110 | 1000000 |
Color Harmonies of #5CDFEB
Complementary color
Monochromatic Colors of #5CDFEB
Black with #5CDFEB
Text Example
Text Example
White with #5CDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDFEB; }
p { color: rgb(92,223,235); }
H1.HeaderClassName
{
color: #5CDFEB;
}
.AnyTagClassName
{
color: #5CDFEB;
}
</style>
background-color css
<style>
a { background-color: #5CDFEB; }
a { background-color: rgb(92,223,235); }
div.DivClassName
{
background-color: #5CDFEB;
}
.BgClassName
{
background-color: #5CDFEB;
}
</style>
border-color css
<style>
span { border-color: #5CDFEB; }
span { border-color: rgb(92,223,235); }
td.TdClassName
{
border-color: #5CDFEB;
}
.TagClassName
{
border-color: #5CDFEB;
}
</style>