Shades of Turquoise #23ECB6
Tints of Turquoise #23ECB6
RGB
CMYK
RGB Variations
Color information
#23ECB6 (or 0x23ECB6) is known color: Turquoise. HEX triplet: 23, EC and B6. RGB value is (35,236,182). Sum of RGB (Red+Green+Blue) = 35+236+182=453 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.73% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECB6 is #DC1349. Grayscale: #A9A9A9. Windows color (decimal): -14422858 or 11988003. OLE color: 11988003.
HSL color Cylindrical-coordinate representation of color #23ECB6: hue angle of 163.88º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23ECB6 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 236 | 182 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.07 |
| HSL | 163.88º | 0.84% | 0.53% | - |
| HSV(B) | 163.88º | 0.85% | 0.93% | - |
| XYZ | 39.13 | 63.73 | 54.49 | - |
| YUV | 169.75 | 134.91 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 236 | 182 | 0.85 | 0 | 0.23 | 0.07 | 163.88 | 0.84 | 0.53 |
| Hex | 23 | EC | B6 | 55 | 0 | 17 | 7 | A4 | 54 | 35 |
| Octal | 43 | 354 | 266 | 125 | 0 | 27 | 7 | 244 | 124 | 65 |
| Binary | 100011 | 11101100 | 10110110 | 1010101 | 0 | 10111 | 111 | 10100100 | 1010100 | 110101 |
Color Harmonies of #23ECB6
Complementary color
Monochromatic Colors of #23ECB6
Black with #23ECB6
Text Example
Text Example
White with #23ECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ECB6; }
p { color: rgb(35,236,182); }
H1.HeaderClassName
{
color: #23ECB6;
}
.AnyTagClassName
{
color: #23ECB6;
}
</style>
background-color css
<style>
a { background-color: #23ECB6; }
a { background-color: rgb(35,236,182); }
div.DivClassName
{
background-color: #23ECB6;
}
.BgClassName
{
background-color: #23ECB6;
}
</style>
border-color css
<style>
span { border-color: #23ECB6; }
span { border-color: rgb(35,236,182); }
td.TdClassName
{
border-color: #23ECB6;
}
.TagClassName
{
border-color: #23ECB6;
}
</style>