Shades of Turquoise Blue #5CEAF5
Tints of Turquoise Blue #5CEAF5
RGB
CMYK
RGB Variations
Color information
#5CEAF5 (or 0x5CEAF5) is known color: Turquoise Blue. HEX triplet: 5C, EA and F5. RGB value is (92,234,245). Sum of RGB (Red+Green+Blue) = 92+234+245=571 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.11% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #5CEAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEAF5 is #A3150A. Grayscale: #C0C0C0. Windows color (decimal): -10687755 or 16116316. OLE color: 16116316.
HSL color Cylindrical-coordinate representation of color #5CEAF5: hue angle of 184.31º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEAF5 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 234 | 245 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.04 |
| HSL | 184.31º | 0.88% | 0.66% | - |
| HSV(B) | 184.31º | 0.62% | 0.96% | - |
| XYZ | 50.32 | 67.71 | 96.8 | - |
| YUV | 192.8 | 157.46 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 234 | 245 | 0.62 | 0.04 | 0 | 0.04 | 184.31 | 0.88 | 0.66 |
| Hex | 5C | EA | F5 | 3E | 4 | 0 | 4 | B8 | 58 | 42 |
| Octal | 134 | 352 | 365 | 76 | 4 | 0 | 4 | 270 | 130 | 102 |
| Binary | 1011100 | 11101010 | 11110101 | 111110 | 100 | 0 | 100 | 10111000 | 1011000 | 1000010 |
Color Harmonies of #5CEAF5
Complementary color
Monochromatic Colors of #5CEAF5
Black with #5CEAF5
Text Example
Text Example
White with #5CEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEAF5; }
p { color: rgb(92,234,245); }
H1.HeaderClassName
{
color: #5CEAF5;
}
.AnyTagClassName
{
color: #5CEAF5;
}
</style>
background-color css
<style>
a { background-color: #5CEAF5; }
a { background-color: rgb(92,234,245); }
div.DivClassName
{
background-color: #5CEAF5;
}
.BgClassName
{
background-color: #5CEAF5;
}
</style>
border-color css
<style>
span { border-color: #5CEAF5; }
span { border-color: rgb(92,234,245); }
td.TdClassName
{
border-color: #5CEAF5;
}
.TagClassName
{
border-color: #5CEAF5;
}
</style>