Shades of Turquoise Blue #5CDEF3
Tints of Turquoise Blue #5CDEF3
RGB
CMYK
RGB Variations
Color information
#5CDEF3 (or 0x5CDEF3) is known color: Turquoise Blue. HEX triplet: 5C, DE and F3. RGB value is (92,222,243). Sum of RGB (Red+Green+Blue) = 92+222+243=557 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.52% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #5CDEF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDEF3 is #A3210C. Grayscale: #B9B9B9. Windows color (decimal): -10690829 or 15982172. OLE color: 15982172.
HSL color Cylindrical-coordinate representation of color #5CDEF3: hue angle of 188.34º 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 #5CDEF3 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 222 | 243 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.05 |
| HSL | 188.34º | 0.86% | 0.66% | - |
| HSV(B) | 188.34º | 0.62% | 0.95% | - |
| XYZ | 46.71 | 60.99 | 94.1 | - |
| YUV | 185.52 | 160.43 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 222 | 243 | 0.62 | 0.09 | 0 | 0.05 | 188.34 | 0.86 | 0.66 |
| Hex | 5C | DE | F3 | 3E | 9 | 0 | 5 | BC | 56 | 42 |
| Octal | 134 | 336 | 363 | 76 | 11 | 0 | 5 | 274 | 126 | 102 |
| Binary | 1011100 | 11011110 | 11110011 | 111110 | 1001 | 0 | 101 | 10111100 | 1010110 | 1000010 |
Color Harmonies of #5CDEF3
Complementary color
Monochromatic Colors of #5CDEF3
Black with #5CDEF3
Text Example
Text Example
White with #5CDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDEF3; }
p { color: rgb(92,222,243); }
H1.HeaderClassName
{
color: #5CDEF3;
}
.AnyTagClassName
{
color: #5CDEF3;
}
</style>
background-color css
<style>
a { background-color: #5CDEF3; }
a { background-color: rgb(92,222,243); }
div.DivClassName
{
background-color: #5CDEF3;
}
.BgClassName
{
background-color: #5CDEF3;
}
</style>
border-color css
<style>
span { border-color: #5CDEF3; }
span { border-color: rgb(92,222,243); }
td.TdClassName
{
border-color: #5CDEF3;
}
.TagClassName
{
border-color: #5CDEF3;
}
</style>