Shades of Turquoise Blue #5CDFEC
Tints of Turquoise Blue #5CDFEC
RGB
CMYK
RGB Variations
Color information
#5CDFEC (or 0x5CDFEC) is known color: Turquoise Blue. HEX triplet: 5C, DF and EC. RGB value is (92,223,236). Sum of RGB (Red+Green+Blue) = 92+223+236=551 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.70% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDFEC is #A32013. Grayscale: #B9B9B9. Windows color (decimal): -10690580 or 15523676. OLE color: 15523676.
HSL color Cylindrical-coordinate representation of color #5CDFEC: hue angle of 185.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CDFEC is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 223 | 236 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.07 |
| HSL | 185.42º | 0.79% | 0.64% | - |
| HSV(B) | 185.42º | 0.61% | 0.93% | - |
| XYZ | 45.94 | 61.11 | 88.73 | - |
| YUV | 185.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 236 | 0.61 | 0.06 | 0 | 0.07 | 185.42 | 0.79 | 0.64 |
| Hex | 5C | DF | EC | 3D | 6 | 0 | 7 | B9 | 4F | 40 |
| Octal | 134 | 337 | 354 | 75 | 6 | 0 | 7 | 271 | 117 | 100 |
| Binary | 1011100 | 11011111 | 11101100 | 111101 | 110 | 0 | 111 | 10111001 | 1001111 | 1000000 |
Color Harmonies of #5CDFEC
Complementary color
Monochromatic Colors of #5CDFEC
Black with #5CDFEC
Text Example
Text Example
White with #5CDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDFEC; }
p { color: rgb(92,223,236); }
H1.HeaderClassName
{
color: #5CDFEC;
}
.AnyTagClassName
{
color: #5CDFEC;
}
</style>
background-color css
<style>
a { background-color: #5CDFEC; }
a { background-color: rgb(92,223,236); }
div.DivClassName
{
background-color: #5CDFEC;
}
.BgClassName
{
background-color: #5CDFEC;
}
</style>
border-color css
<style>
span { border-color: #5CDFEC; }
span { border-color: rgb(92,223,236); }
td.TdClassName
{
border-color: #5CDFEC;
}
.TagClassName
{
border-color: #5CDFEC;
}
</style>