Shades of Turquoise Blue #5CCEEF
Tints of Turquoise Blue #5CCEEF
RGB
CMYK
RGB Variations
Color information
#5CCEEF (or 0x5CCEEF) is known color: Turquoise Blue. HEX triplet: 5C, CE and EF. RGB value is (92,206,239). Sum of RGB (Red+Green+Blue) = 92+206+239=537 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.13% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CCEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCEEF is #A33110. Grayscale: #AFAFAF. Windows color (decimal): -10694929 or 15715932. OLE color: 15715932.
HSL color Cylindrical-coordinate representation of color #5CCEEF: hue angle of 193.47º 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 #5CCEEF is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 206 | 239 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.06 |
| HSL | 193.47º | 0.82% | 0.65% | - |
| HSV(B) | 193.47º | 0.62% | 0.94% | - |
| XYZ | 42.06 | 52.65 | 89.61 | - |
| YUV | 175.68 | 163.73 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 239 | 0.62 | 0.14 | 0 | 0.06 | 193.47 | 0.82 | 0.65 |
| Hex | 5C | CE | EF | 3E | E | 0 | 6 | C1 | 52 | 41 |
| Octal | 134 | 316 | 357 | 76 | 16 | 0 | 6 | 301 | 122 | 101 |
| Binary | 1011100 | 11001110 | 11101111 | 111110 | 1110 | 0 | 110 | 11000001 | 1010010 | 1000001 |
Color Harmonies of #5CCEEF
Complementary color
Monochromatic Colors of #5CCEEF
Black with #5CCEEF
Text Example
Text Example
White with #5CCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEEF; }
p { color: rgb(92,206,239); }
H1.HeaderClassName
{
color: #5CCEEF;
}
.AnyTagClassName
{
color: #5CCEEF;
}
</style>
background-color css
<style>
a { background-color: #5CCEEF; }
a { background-color: rgb(92,206,239); }
div.DivClassName
{
background-color: #5CCEEF;
}
.BgClassName
{
background-color: #5CCEEF;
}
</style>
border-color css
<style>
span { border-color: #5CCEEF; }
span { border-color: rgb(92,206,239); }
td.TdClassName
{
border-color: #5CCEEF;
}
.TagClassName
{
border-color: #5CCEEF;
}
</style>