Shades of Turquoise #23E2D4
Tints of Turquoise #23E2D4
RGB
CMYK
RGB Variations
Color information
#23E2D4 (or 0x23E2D4) is known color: Turquoise. HEX triplet: 23, E2 and D4. RGB value is (35,226,212). Sum of RGB (Red+Green+Blue) = 35+226+212=473 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.40% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #23E2D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E2D4 is #DC1D2B. Grayscale: #A7A7A7. Windows color (decimal): -14425388 or 13951523. OLE color: 13951523.
HSL color Cylindrical-coordinate representation of color #23E2D4: hue angle of 175.6º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E2D4 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 226 | 212 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.11 |
| HSL | 175.6º | 0.77% | 0.51% | - |
| HSV(B) | 175.6º | 0.85% | 0.89% | - |
| XYZ | 39.77 | 59.5 | 71.68 | - |
| YUV | 167.3 | 153.22 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 226 | 212 | 0.85 | 0 | 0.06 | 0.11 | 175.6 | 0.77 | 0.51 |
| Hex | 23 | E2 | D4 | 55 | 0 | 6 | B | B0 | 4D | 33 |
| Octal | 43 | 342 | 324 | 125 | 0 | 6 | 13 | 260 | 115 | 63 |
| Binary | 100011 | 11100010 | 11010100 | 1010101 | 0 | 110 | 1011 | 10110000 | 1001101 | 110011 |
Color Harmonies of #23E2D4
Complementary color
Monochromatic Colors of #23E2D4
Black with #23E2D4
Text Example
Text Example
White with #23E2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E2D4; }
p { color: rgb(35,226,212); }
H1.HeaderClassName
{
color: #23E2D4;
}
.AnyTagClassName
{
color: #23E2D4;
}
</style>
background-color css
<style>
a { background-color: #23E2D4; }
a { background-color: rgb(35,226,212); }
div.DivClassName
{
background-color: #23E2D4;
}
.BgClassName
{
background-color: #23E2D4;
}
</style>
border-color css
<style>
span { border-color: #23E2D4; }
span { border-color: rgb(35,226,212); }
td.TdClassName
{
border-color: #23E2D4;
}
.TagClassName
{
border-color: #23E2D4;
}
</style>