Shades of Turquoise #23ECC6
Tints of Turquoise #23ECC6
RGB
CMYK
RGB Variations
Color information
#23ECC6 (or 0x23ECC6) is known color: Turquoise. HEX triplet: 23, EC and C6. RGB value is (35,236,198). Sum of RGB (Red+Green+Blue) = 35+236+198=469 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.46% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECC6 is #DC1339. Grayscale: #ABABAB. Windows color (decimal): -14422842 or 13036579. OLE color: 13036579.
HSL color Cylindrical-coordinate representation of color #23ECC6: hue angle of 168.66º 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 #23ECC6 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 236 | 198 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.07 |
| HSL | 168.66º | 0.84% | 0.53% | - |
| HSV(B) | 168.66º | 0.85% | 0.93% | - |
| XYZ | 40.88 | 64.43 | 63.71 | - |
| YUV | 171.57 | 142.91 | 30.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 236 | 198 | 0.85 | 0 | 0.16 | 0.07 | 168.66 | 0.84 | 0.53 |
| Hex | 23 | EC | C6 | 55 | 0 | 10 | 7 | A9 | 54 | 35 |
| Octal | 43 | 354 | 306 | 125 | 0 | 20 | 7 | 251 | 124 | 65 |
| Binary | 100011 | 11101100 | 11000110 | 1010101 | 0 | 10000 | 111 | 10101001 | 1010100 | 110101 |
Color Harmonies of #23ECC6
Complementary color
Monochromatic Colors of #23ECC6
Black with #23ECC6
Text Example
Text Example
White with #23ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ECC6; }
p { color: rgb(35,236,198); }
H1.HeaderClassName
{
color: #23ECC6;
}
.AnyTagClassName
{
color: #23ECC6;
}
</style>
background-color css
<style>
a { background-color: #23ECC6; }
a { background-color: rgb(35,236,198); }
div.DivClassName
{
background-color: #23ECC6;
}
.BgClassName
{
background-color: #23ECC6;
}
</style>
border-color css
<style>
span { border-color: #23ECC6; }
span { border-color: rgb(35,236,198); }
td.TdClassName
{
border-color: #23ECC6;
}
.TagClassName
{
border-color: #23ECC6;
}
</style>