Shades of Turquoise #23EBC6
Tints of Turquoise #23EBC6
RGB
CMYK
RGB Variations
Color information
#23EBC6 (or 0x23EBC6) is known color: Turquoise. HEX triplet: 23, EB and C6. RGB value is (35,235,198). Sum of RGB (Red+Green+Blue) = 35+235+198=468 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.48% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #23EBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EBC6 is #DC1439. Grayscale: #AAAAAA. Windows color (decimal): -14423098 or 13036323. OLE color: 13036323.
HSL color Cylindrical-coordinate representation of color #23EBC6: hue angle of 168.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EBC6 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 235 | 198 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.08 |
| HSL | 168.9º | 0.83% | 0.53% | - |
| HSV(B) | 168.9º | 0.85% | 0.92% | - |
| XYZ | 40.59 | 63.85 | 63.61 | - |
| YUV | 170.98 | 143.24 | 31.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 235 | 198 | 0.85 | 0 | 0.16 | 0.08 | 168.9 | 0.83 | 0.53 |
| Hex | 23 | EB | C6 | 55 | 0 | 10 | 8 | A9 | 53 | 35 |
| Octal | 43 | 353 | 306 | 125 | 0 | 20 | 10 | 251 | 123 | 65 |
| Binary | 100011 | 11101011 | 11000110 | 1010101 | 0 | 10000 | 1000 | 10101001 | 1010011 | 110101 |
Color Harmonies of #23EBC6
Complementary color
Monochromatic Colors of #23EBC6
Black with #23EBC6
Text Example
Text Example
White with #23EBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EBC6; }
p { color: rgb(35,235,198); }
H1.HeaderClassName
{
color: #23EBC6;
}
.AnyTagClassName
{
color: #23EBC6;
}
</style>
background-color css
<style>
a { background-color: #23EBC6; }
a { background-color: rgb(35,235,198); }
div.DivClassName
{
background-color: #23EBC6;
}
.BgClassName
{
background-color: #23EBC6;
}
</style>
border-color css
<style>
span { border-color: #23EBC6; }
span { border-color: rgb(35,235,198); }
td.TdClassName
{
border-color: #23EBC6;
}
.TagClassName
{
border-color: #23EBC6;
}
</style>