Shades of Turquoise Blue #5CCFE6
Tints of Turquoise Blue #5CCFE6
RGB
CMYK
RGB Variations
Color information
#5CCFE6 (or 0x5CCFE6) is known color: Turquoise Blue. HEX triplet: 5C, CF and E6. RGB value is (92,207,230). Sum of RGB (Red+Green+Blue) = 92+207+230=529 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.39% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #5CCFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCFE6 is #A33019. Grayscale: #AFAFAF. Windows color (decimal): -10694682 or 15126364. OLE color: 15126364.
HSL color Cylindrical-coordinate representation of color #5CCFE6: hue angle of 190º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CCFE6 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 92 | 207 | 230 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.10 |
| HSL | 190º | 0.73% | 0.63% | - |
| HSV(B) | 190º | 0.6% | 0.9% | - |
| XYZ | 41.01 | 52.61 | 82.86 | - |
| YUV | 175.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 230 | 0.60 | 0.10 | 0 | 0.10 | 190 | 0.73 | 0.63 |
| Hex | 5C | CF | E6 | 3C | A | 0 | A | BE | 49 | 3F |
| Octal | 134 | 317 | 346 | 74 | 12 | 0 | 12 | 276 | 111 | 77 |
| Binary | 1011100 | 11001111 | 11100110 | 111100 | 1010 | 0 | 1010 | 10111110 | 1001001 | 111111 |
Color Harmonies of #5CCFE6
Complementary color
Monochromatic Colors of #5CCFE6
Black with #5CCFE6
Text Example
Text Example
White with #5CCFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCFE6; }
p { color: rgb(92,207,230); }
H1.HeaderClassName
{
color: #5CCFE6;
}
.AnyTagClassName
{
color: #5CCFE6;
}
</style>
background-color css
<style>
a { background-color: #5CCFE6; }
a { background-color: rgb(92,207,230); }
div.DivClassName
{
background-color: #5CCFE6;
}
.BgClassName
{
background-color: #5CCFE6;
}
</style>
border-color css
<style>
span { border-color: #5CCFE6; }
span { border-color: rgb(92,207,230); }
td.TdClassName
{
border-color: #5CCFE6;
}
.TagClassName
{
border-color: #5CCFE6;
}
</style>