Shades of Turquoise #23E1D3
Tints of Turquoise #23E1D3
RGB
CMYK
RGB Variations
Color information
#23E1D3 (or 0x23E1D3) is known color: Turquoise. HEX triplet: 23, E1 and D3. RGB value is (35,225,211). Sum of RGB (Red+Green+Blue) = 35+225+211=471 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.43% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #23E1D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E1D3 is #DC1E2C. Grayscale: #A6A6A6. Windows color (decimal): -14425645 or 13885731. OLE color: 13885731.
HSL color Cylindrical-coordinate representation of color #23E1D3: hue angle of 175.58º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23E1D3 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 225 | 211 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.12 |
| HSL | 175.58º | 0.76% | 0.51% | - |
| HSV(B) | 175.58º | 0.84% | 0.88% | - |
| XYZ | 39.38 | 58.91 | 70.92 | - |
| YUV | 166.59 | 153.05 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 225 | 211 | 0.84 | 0 | 0.06 | 0.12 | 175.58 | 0.76 | 0.51 |
| Hex | 23 | E1 | D3 | 54 | 0 | 6 | C | B0 | 4C | 33 |
| Octal | 43 | 341 | 323 | 124 | 0 | 6 | 14 | 260 | 114 | 63 |
| Binary | 100011 | 11100001 | 11010011 | 1010100 | 0 | 110 | 1100 | 10110000 | 1001100 | 110011 |
Color Harmonies of #23E1D3
Complementary color
Monochromatic Colors of #23E1D3
Black with #23E1D3
Text Example
Text Example
White with #23E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E1D3; }
p { color: rgb(35,225,211); }
H1.HeaderClassName
{
color: #23E1D3;
}
.AnyTagClassName
{
color: #23E1D3;
}
</style>
background-color css
<style>
a { background-color: #23E1D3; }
a { background-color: rgb(35,225,211); }
div.DivClassName
{
background-color: #23E1D3;
}
.BgClassName
{
background-color: #23E1D3;
}
</style>
border-color css
<style>
span { border-color: #23E1D3; }
span { border-color: rgb(35,225,211); }
td.TdClassName
{
border-color: #23E1D3;
}
.TagClassName
{
border-color: #23E1D3;
}
</style>