Shades of Turquoise #23E7C1
Tints of Turquoise #23E7C1
RGB
CMYK
RGB Variations
Color information
#23E7C1 (or 0x23E7C1) is known color: Turquoise. HEX triplet: 23, E7 and C1. RGB value is (35,231,193). Sum of RGB (Red+Green+Blue) = 35+231+193=459 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.63% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #23E7C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23E7C1 is #DC183E. Grayscale: #A8A8A8. Windows color (decimal): -14424127 or 12707619. OLE color: 12707619.
HSL color Cylindrical-coordinate representation of color #23E7C1: hue angle of 168.37º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E7C1 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 231 | 193 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.09 |
| HSL | 168.37º | 0.8% | 0.52% | - |
| HSV(B) | 168.37º | 0.85% | 0.91% | - |
| XYZ | 38.89 | 61.36 | 60.25 | - |
| YUV | 168.06 | 142.07 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 231 | 193 | 0.85 | 0 | 0.16 | 0.09 | 168.37 | 0.8 | 0.52 |
| Hex | 23 | E7 | C1 | 55 | 0 | 10 | 9 | A8 | 50 | 34 |
| Octal | 43 | 347 | 301 | 125 | 0 | 20 | 11 | 250 | 120 | 64 |
| Binary | 100011 | 11100111 | 11000001 | 1010101 | 0 | 10000 | 1001 | 10101000 | 1010000 | 110100 |
Color Harmonies of #23E7C1
Complementary color
Monochromatic Colors of #23E7C1
Black with #23E7C1
Text Example
Text Example
White with #23E7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E7C1; }
p { color: rgb(35,231,193); }
H1.HeaderClassName
{
color: #23E7C1;
}
.AnyTagClassName
{
color: #23E7C1;
}
</style>
background-color css
<style>
a { background-color: #23E7C1; }
a { background-color: rgb(35,231,193); }
div.DivClassName
{
background-color: #23E7C1;
}
.BgClassName
{
background-color: #23E7C1;
}
</style>
border-color css
<style>
span { border-color: #23E7C1; }
span { border-color: rgb(35,231,193); }
td.TdClassName
{
border-color: #23E7C1;
}
.TagClassName
{
border-color: #23E7C1;
}
</style>