Shades of Turquoise Blue #5CEFDF
Tints of Turquoise Blue #5CEFDF
RGB
CMYK
RGB Variations
Color information
#5CEFDF (or 0x5CEFDF) is known color: Turquoise Blue. HEX triplet: 5C, EF and DF. RGB value is (92,239,223). Sum of RGB (Red+Green+Blue) = 92+239+223=554 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.61% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFDF is #A31020. Grayscale: #C1C1C1. Windows color (decimal): -10686497 or 14675804. OLE color: 14675804.
HSL color Cylindrical-coordinate representation of color #5CEFDF: hue angle of 173.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 #5CEFDF is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 223 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.06 |
| HSL | 173.47º | 0.82% | 0.65% | - |
| HSV(B) | 173.47º | 0.62% | 0.94% | - |
| XYZ | 48.6 | 69.34 | 80.63 | - |
| YUV | 193.22 | 144.8 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 223 | 0.62 | 0 | 0.07 | 0.06 | 173.47 | 0.82 | 0.65 |
| Hex | 5C | EF | DF | 3E | 0 | 7 | 6 | AD | 52 | 41 |
| Octal | 134 | 357 | 337 | 76 | 0 | 7 | 6 | 255 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11011111 | 111110 | 0 | 111 | 110 | 10101101 | 1010010 | 1000001 |
Color Harmonies of #5CEFDF
Complementary color
Monochromatic Colors of #5CEFDF
Black with #5CEFDF
Text Example
Text Example
White with #5CEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFDF; }
p { color: rgb(92,239,223); }
H1.HeaderClassName
{
color: #5CEFDF;
}
.AnyTagClassName
{
color: #5CEFDF;
}
</style>
background-color css
<style>
a { background-color: #5CEFDF; }
a { background-color: rgb(92,239,223); }
div.DivClassName
{
background-color: #5CEFDF;
}
.BgClassName
{
background-color: #5CEFDF;
}
</style>
border-color css
<style>
span { border-color: #5CEFDF; }
span { border-color: rgb(92,239,223); }
td.TdClassName
{
border-color: #5CEFDF;
}
.TagClassName
{
border-color: #5CEFDF;
}
</style>