Shades of Turquoise #23EBC4
Tints of Turquoise #23EBC4
RGB
CMYK
RGB Variations
Color information
#23EBC4 (or 0x23EBC4) is known color: Turquoise. HEX triplet: 23, EB and C4. RGB value is (35,235,196). Sum of RGB (Red+Green+Blue) = 35+235+196=466 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.51% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #23EBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EBC4 is #DC143B. Grayscale: #AAAAAA. Windows color (decimal): -14423100 or 12905251. OLE color: 12905251.
HSL color Cylindrical-coordinate representation of color #23EBC4: hue angle of 168.3º 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 #23EBC4 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 235 | 196 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.08 |
| HSL | 168.3º | 0.83% | 0.53% | - |
| HSV(B) | 168.3º | 0.85% | 0.92% | - |
| XYZ | 40.37 | 63.76 | 62.4 | - |
| YUV | 170.75 | 142.24 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 235 | 196 | 0.85 | 0 | 0.17 | 0.08 | 168.3 | 0.83 | 0.53 |
| Hex | 23 | EB | C4 | 55 | 0 | 11 | 8 | A8 | 53 | 35 |
| Octal | 43 | 353 | 304 | 125 | 0 | 21 | 10 | 250 | 123 | 65 |
| Binary | 100011 | 11101011 | 11000100 | 1010101 | 0 | 10001 | 1000 | 10101000 | 1010011 | 110101 |
Color Harmonies of #23EBC4
Complementary color
Monochromatic Colors of #23EBC4
Black with #23EBC4
Text Example
Text Example
White with #23EBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EBC4; }
p { color: rgb(35,235,196); }
H1.HeaderClassName
{
color: #23EBC4;
}
.AnyTagClassName
{
color: #23EBC4;
}
</style>
background-color css
<style>
a { background-color: #23EBC4; }
a { background-color: rgb(35,235,196); }
div.DivClassName
{
background-color: #23EBC4;
}
.BgClassName
{
background-color: #23EBC4;
}
</style>
border-color css
<style>
span { border-color: #23EBC4; }
span { border-color: rgb(35,235,196); }
td.TdClassName
{
border-color: #23EBC4;
}
.TagClassName
{
border-color: #23EBC4;
}
</style>