Shades of Turquoise #23EBC2
Tints of Turquoise #23EBC2
RGB
CMYK
RGB Variations
Color information
#23EBC2 (or 0x23EBC2) is known color: Turquoise. HEX triplet: 23, EB and C2. RGB value is (35,235,194). Sum of RGB (Red+Green+Blue) = 35+235+194=464 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.54% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #23EBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EBC2 is #DC143D. Grayscale: #AAAAAA. Windows color (decimal): -14423102 or 12774179. OLE color: 12774179.
HSL color Cylindrical-coordinate representation of color #23EBC2: hue angle of 167.7º 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 #23EBC2 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 235 | 194 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.08 |
| HSL | 167.7º | 0.83% | 0.53% | - |
| HSV(B) | 167.7º | 0.85% | 0.92% | - |
| XYZ | 40.14 | 63.67 | 61.21 | - |
| YUV | 170.53 | 141.24 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 235 | 194 | 0.85 | 0 | 0.17 | 0.08 | 167.7 | 0.83 | 0.53 |
| Hex | 23 | EB | C2 | 55 | 0 | 11 | 8 | A8 | 53 | 35 |
| Octal | 43 | 353 | 302 | 125 | 0 | 21 | 10 | 250 | 123 | 65 |
| Binary | 100011 | 11101011 | 11000010 | 1010101 | 0 | 10001 | 1000 | 10101000 | 1010011 | 110101 |
Color Harmonies of #23EBC2
Complementary color
Monochromatic Colors of #23EBC2
Black with #23EBC2
Text Example
Text Example
White with #23EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EBC2; }
p { color: rgb(35,235,194); }
H1.HeaderClassName
{
color: #23EBC2;
}
.AnyTagClassName
{
color: #23EBC2;
}
</style>
background-color css
<style>
a { background-color: #23EBC2; }
a { background-color: rgb(35,235,194); }
div.DivClassName
{
background-color: #23EBC2;
}
.BgClassName
{
background-color: #23EBC2;
}
</style>
border-color css
<style>
span { border-color: #23EBC2; }
span { border-color: rgb(35,235,194); }
td.TdClassName
{
border-color: #23EBC2;
}
.TagClassName
{
border-color: #23EBC2;
}
</style>