Shades of Turquoise #23ECC2
Tints of Turquoise #23ECC2
RGB
CMYK
RGB Variations
Color information
#23ECC2 (or 0x23ECC2) is known color: Turquoise. HEX triplet: 23, EC and C2. RGB value is (35,236,194). Sum of RGB (Red+Green+Blue) = 35+236+194=465 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.53% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECC2 is #DC133D. Grayscale: #ABABAB. Windows color (decimal): -14422846 or 12774435. OLE color: 12774435.
HSL color Cylindrical-coordinate representation of color #23ECC2: hue angle of 167.46º 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 #23ECC2 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 236 | 194 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.07 |
| HSL | 167.46º | 0.84% | 0.53% | - |
| HSV(B) | 167.46º | 0.85% | 0.93% | - |
| XYZ | 40.43 | 64.24 | 61.31 | - |
| YUV | 171.11 | 140.91 | 30.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 236 | 194 | 0.85 | 0 | 0.18 | 0.07 | 167.46 | 0.84 | 0.53 |
| Hex | 23 | EC | C2 | 55 | 0 | 12 | 7 | A7 | 54 | 35 |
| Octal | 43 | 354 | 302 | 125 | 0 | 22 | 7 | 247 | 124 | 65 |
| Binary | 100011 | 11101100 | 11000010 | 1010101 | 0 | 10010 | 111 | 10100111 | 1010100 | 110101 |
Color Harmonies of #23ECC2
Complementary color
Monochromatic Colors of #23ECC2
Black with #23ECC2
Text Example
Text Example
White with #23ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ECC2; }
p { color: rgb(35,236,194); }
H1.HeaderClassName
{
color: #23ECC2;
}
.AnyTagClassName
{
color: #23ECC2;
}
</style>
background-color css
<style>
a { background-color: #23ECC2; }
a { background-color: rgb(35,236,194); }
div.DivClassName
{
background-color: #23ECC2;
}
.BgClassName
{
background-color: #23ECC2;
}
</style>
border-color css
<style>
span { border-color: #23ECC2; }
span { border-color: rgb(35,236,194); }
td.TdClassName
{
border-color: #23ECC2;
}
.TagClassName
{
border-color: #23ECC2;
}
</style>