Shades of Turquoise Blue #5CCDEF
Tints of Turquoise Blue #5CCDEF
RGB
CMYK
RGB Variations
Color information
#5CCDEF (or 0x5CCDEF) is known color: Turquoise Blue. HEX triplet: 5C, CD and EF. RGB value is (92,205,239). Sum of RGB (Red+Green+Blue) = 92+205+239=536 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.16% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CCDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCDEF is #A33210. Grayscale: #AEAEAE. Windows color (decimal): -10695185 or 15715676. OLE color: 15715676.
HSL color Cylindrical-coordinate representation of color #5CCDEF: hue angle of 193.88º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CCDEF is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 205 | 239 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.06 |
| HSL | 193.88º | 0.82% | 0.65% | - |
| HSV(B) | 193.88º | 0.62% | 0.94% | - |
| XYZ | 41.82 | 52.17 | 89.53 | - |
| YUV | 175.09 | 164.06 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 239 | 0.62 | 0.14 | 0 | 0.06 | 193.88 | 0.82 | 0.65 |
| Hex | 5C | CD | EF | 3E | E | 0 | 6 | C2 | 52 | 41 |
| Octal | 134 | 315 | 357 | 76 | 16 | 0 | 6 | 302 | 122 | 101 |
| Binary | 1011100 | 11001101 | 11101111 | 111110 | 1110 | 0 | 110 | 11000010 | 1010010 | 1000001 |
Color Harmonies of #5CCDEF
Complementary color
Monochromatic Colors of #5CCDEF
Black with #5CCDEF
Text Example
Text Example
White with #5CCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCDEF; }
p { color: rgb(92,205,239); }
H1.HeaderClassName
{
color: #5CCDEF;
}
.AnyTagClassName
{
color: #5CCDEF;
}
</style>
background-color css
<style>
a { background-color: #5CCDEF; }
a { background-color: rgb(92,205,239); }
div.DivClassName
{
background-color: #5CCDEF;
}
.BgClassName
{
background-color: #5CCDEF;
}
</style>
border-color css
<style>
span { border-color: #5CCDEF; }
span { border-color: rgb(92,205,239); }
td.TdClassName
{
border-color: #5CCDEF;
}
.TagClassName
{
border-color: #5CCDEF;
}
</style>