Shades of Turquoise Blue #5CDEEF
Tints of Turquoise Blue #5CDEEF
RGB
CMYK
RGB Variations
Color information
#5CDEEF (or 0x5CDEEF) is known color: Turquoise Blue. HEX triplet: 5C, DE and EF. RGB value is (92,222,239). Sum of RGB (Red+Green+Blue) = 92+222+239=553 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.64% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDEEF is #A32110. Grayscale: #B8B8B8. Windows color (decimal): -10690833 or 15720028. OLE color: 15720028.
HSL color Cylindrical-coordinate representation of color #5CDEEF: hue angle of 186.94º 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 #5CDEEF is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 222 | 239 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.06 |
| HSL | 186.94º | 0.82% | 0.65% | - |
| HSV(B) | 186.94º | 0.62% | 0.94% | - |
| XYZ | 46.11 | 60.75 | 90.96 | - |
| YUV | 185.07 | 158.43 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 222 | 239 | 0.62 | 0.07 | 0 | 0.06 | 186.94 | 0.82 | 0.65 |
| Hex | 5C | DE | EF | 3E | 7 | 0 | 6 | BB | 52 | 41 |
| Octal | 134 | 336 | 357 | 76 | 7 | 0 | 6 | 273 | 122 | 101 |
| Binary | 1011100 | 11011110 | 11101111 | 111110 | 111 | 0 | 110 | 10111011 | 1010010 | 1000001 |
Color Harmonies of #5CDEEF
Complementary color
Monochromatic Colors of #5CDEEF
Black with #5CDEEF
Text Example
Text Example
White with #5CDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDEEF; }
p { color: rgb(92,222,239); }
H1.HeaderClassName
{
color: #5CDEEF;
}
.AnyTagClassName
{
color: #5CDEEF;
}
</style>
background-color css
<style>
a { background-color: #5CDEEF; }
a { background-color: rgb(92,222,239); }
div.DivClassName
{
background-color: #5CDEEF;
}
.BgClassName
{
background-color: #5CDEEF;
}
</style>
border-color css
<style>
span { border-color: #5CDEEF; }
span { border-color: rgb(92,222,239); }
td.TdClassName
{
border-color: #5CDEEF;
}
.TagClassName
{
border-color: #5CDEEF;
}
</style>