Shades of Turquoise Blue #5CDDEF
Tints of Turquoise Blue #5CDDEF
RGB
CMYK
RGB Variations
Color information
#5CDDEF (or 0x5CDDEF) is known color: Turquoise Blue. HEX triplet: 5C, DD and EF. RGB value is (92,221,239). Sum of RGB (Red+Green+Blue) = 92+221+239=552 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.67% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CDDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDDEF is #A32210. Grayscale: #B8B8B8. Windows color (decimal): -10691089 or 15719772. OLE color: 15719772.
HSL color Cylindrical-coordinate representation of color #5CDDEF: hue angle of 187.35º 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 #5CDDEF is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 221 | 239 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.06 |
| HSL | 187.35º | 0.82% | 0.65% | - |
| HSV(B) | 187.35º | 0.62% | 0.94% | - |
| XYZ | 45.85 | 60.22 | 90.87 | - |
| YUV | 184.48 | 158.76 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 239 | 0.62 | 0.08 | 0 | 0.06 | 187.35 | 0.82 | 0.65 |
| Hex | 5C | DD | EF | 3E | 8 | 0 | 6 | BB | 52 | 41 |
| Octal | 134 | 335 | 357 | 76 | 10 | 0 | 6 | 273 | 122 | 101 |
| Binary | 1011100 | 11011101 | 11101111 | 111110 | 1000 | 0 | 110 | 10111011 | 1010010 | 1000001 |
Color Harmonies of #5CDDEF
Complementary color
Monochromatic Colors of #5CDDEF
Black with #5CDDEF
Text Example
Text Example
White with #5CDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDDEF; }
p { color: rgb(92,221,239); }
H1.HeaderClassName
{
color: #5CDDEF;
}
.AnyTagClassName
{
color: #5CDDEF;
}
</style>
background-color css
<style>
a { background-color: #5CDDEF; }
a { background-color: rgb(92,221,239); }
div.DivClassName
{
background-color: #5CDDEF;
}
.BgClassName
{
background-color: #5CDDEF;
}
</style>
border-color css
<style>
span { border-color: #5CDDEF; }
span { border-color: rgb(92,221,239); }
td.TdClassName
{
border-color: #5CDDEF;
}
.TagClassName
{
border-color: #5CDDEF;
}
</style>