Shades of Turquoise Blue #5CEFDD
Tints of Turquoise Blue #5CEFDD
RGB
CMYK
RGB Variations
Color information
#5CEFDD (or 0x5CEFDD) is known color: Turquoise Blue. HEX triplet: 5C, EF and DD. RGB value is (92,239,221). Sum of RGB (Red+Green+Blue) = 92+239+221=552 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.67% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFDD is #A31022. Grayscale: #C0C0C0. Windows color (decimal): -10686499 or 14544732. OLE color: 14544732.
HSL color Cylindrical-coordinate representation of color #5CEFDD: hue angle of 172.65º 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 #5CEFDD is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 221 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.06 |
| HSL | 172.65º | 0.82% | 0.65% | - |
| HSV(B) | 172.65º | 0.62% | 0.94% | - |
| XYZ | 48.33 | 69.23 | 79.22 | - |
| YUV | 193 | 143.8 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 221 | 0.62 | 0 | 0.08 | 0.06 | 172.65 | 0.82 | 0.65 |
| Hex | 5C | EF | DD | 3E | 0 | 8 | 6 | AD | 52 | 41 |
| Octal | 134 | 357 | 335 | 76 | 0 | 10 | 6 | 255 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11011101 | 111110 | 0 | 1000 | 110 | 10101101 | 1010010 | 1000001 |
Color Harmonies of #5CEFDD
Complementary color
Monochromatic Colors of #5CEFDD
Black with #5CEFDD
Text Example
Text Example
White with #5CEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFDD; }
p { color: rgb(92,239,221); }
H1.HeaderClassName
{
color: #5CEFDD;
}
.AnyTagClassName
{
color: #5CEFDD;
}
</style>
background-color css
<style>
a { background-color: #5CEFDD; }
a { background-color: rgb(92,239,221); }
div.DivClassName
{
background-color: #5CEFDD;
}
.BgClassName
{
background-color: #5CEFDD;
}
</style>
border-color css
<style>
span { border-color: #5CEFDD; }
span { border-color: rgb(92,239,221); }
td.TdClassName
{
border-color: #5CEFDD;
}
.TagClassName
{
border-color: #5CEFDD;
}
</style>