Shades of Turquoise Blue #5CE3F3
Tints of Turquoise Blue #5CE3F3
RGB
CMYK
RGB Variations
Color information
#5CE3F3 (or 0x5CE3F3) is known color: Turquoise Blue. HEX triplet: 5C, E3 and F3. RGB value is (92,227,243). Sum of RGB (Red+Green+Blue) = 92+227+243=562 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.37% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #5CE3F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE3F3 is #A31C0C. Grayscale: #BCBCBC. Windows color (decimal): -10689549 or 15983452. OLE color: 15983452.
HSL color Cylindrical-coordinate representation of color #5CE3F3: hue angle of 186.36º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CE3F3 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 227 | 243 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.05 |
| HSL | 186.36º | 0.86% | 0.66% | - |
| HSV(B) | 186.36º | 0.62% | 0.95% | - |
| XYZ | 48.06 | 63.68 | 94.55 | - |
| YUV | 188.46 | 158.77 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 227 | 243 | 0.62 | 0.07 | 0 | 0.05 | 186.36 | 0.86 | 0.66 |
| Hex | 5C | E3 | F3 | 3E | 7 | 0 | 5 | BA | 56 | 42 |
| Octal | 134 | 343 | 363 | 76 | 7 | 0 | 5 | 272 | 126 | 102 |
| Binary | 1011100 | 11100011 | 11110011 | 111110 | 111 | 0 | 101 | 10111010 | 1010110 | 1000010 |
Color Harmonies of #5CE3F3
Complementary color
Monochromatic Colors of #5CE3F3
Black with #5CE3F3
Text Example
Text Example
White with #5CE3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE3F3; }
p { color: rgb(92,227,243); }
H1.HeaderClassName
{
color: #5CE3F3;
}
.AnyTagClassName
{
color: #5CE3F3;
}
</style>
background-color css
<style>
a { background-color: #5CE3F3; }
a { background-color: rgb(92,227,243); }
div.DivClassName
{
background-color: #5CE3F3;
}
.BgClassName
{
background-color: #5CE3F3;
}
</style>
border-color css
<style>
span { border-color: #5CE3F3; }
span { border-color: rgb(92,227,243); }
td.TdClassName
{
border-color: #5CE3F3;
}
.TagClassName
{
border-color: #5CE3F3;
}
</style>