Shades of Turquoise #23D5C0
Tints of Turquoise #23D5C0
RGB
CMYK
RGB Variations
Color information
#23D5C0 (or 0x23D5C0) is known color: Turquoise. HEX triplet: 23, D5 and C0. RGB value is (35,213,192). Sum of RGB (Red+Green+Blue) = 35+213+192=440 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.95% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #23D5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D5C0 is #DC2A3F. Grayscale: #9D9D9D. Windows color (decimal): -14428736 or 12637475. OLE color: 12637475.
HSL color Cylindrical-coordinate representation of color #23D5C0: hue angle of 172.92º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D5C0 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 213 | 192 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.16 |
| HSL | 172.92º | 0.72% | 0.49% | - |
| HSV(B) | 172.92º | 0.84% | 0.84% | - |
| XYZ | 34 | 51.75 | 58.07 | - |
| YUV | 157.38 | 147.53 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 213 | 192 | 0.84 | 0 | 0.10 | 0.16 | 172.92 | 0.72 | 0.49 |
| Hex | 23 | D5 | C0 | 54 | 0 | A | 10 | AD | 48 | 31 |
| Octal | 43 | 325 | 300 | 124 | 0 | 12 | 20 | 255 | 110 | 61 |
| Binary | 100011 | 11010101 | 11000000 | 1010100 | 0 | 1010 | 10000 | 10101101 | 1001000 | 110001 |
Color Harmonies of #23D5C0
Complementary color
Monochromatic Colors of #23D5C0
Black with #23D5C0
Text Example
Text Example
White with #23D5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D5C0; }
p { color: rgb(35,213,192); }
H1.HeaderClassName
{
color: #23D5C0;
}
.AnyTagClassName
{
color: #23D5C0;
}
</style>
background-color css
<style>
a { background-color: #23D5C0; }
a { background-color: rgb(35,213,192); }
div.DivClassName
{
background-color: #23D5C0;
}
.BgClassName
{
background-color: #23D5C0;
}
</style>
border-color css
<style>
span { border-color: #23D5C0; }
span { border-color: rgb(35,213,192); }
td.TdClassName
{
border-color: #23D5C0;
}
.TagClassName
{
border-color: #23D5C0;
}
</style>