Shades of Turquoise #23D1CD
Tints of Turquoise #23D1CD
RGB
CMYK
RGB Variations
Color information
#23D1CD (or 0x23D1CD) is known color: Turquoise. HEX triplet: 23, D1 and CD. RGB value is (35,209,205). Sum of RGB (Red+Green+Blue) = 35+209+205=449 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.80% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #23D1CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D1CD is #DC2E32. Grayscale: #9C9C9C. Windows color (decimal): -14429747 or 13488419. OLE color: 13488419.
HSL color Cylindrical-coordinate representation of color #23D1CD: hue angle of 178.62º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D1CD is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 209 | 205 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.18 |
| HSL | 178.62º | 0.71% | 0.48% | - |
| HSV(B) | 178.62º | 0.83% | 0.82% | - |
| XYZ | 34.51 | 50.37 | 65.66 | - |
| YUV | 156.52 | 155.35 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 209 | 205 | 0.83 | 0 | 0.02 | 0.18 | 178.62 | 0.71 | 0.48 |
| Hex | 23 | D1 | CD | 53 | 0 | 2 | 12 | B3 | 47 | 30 |
| Octal | 43 | 321 | 315 | 123 | 0 | 2 | 22 | 263 | 107 | 60 |
| Binary | 100011 | 11010001 | 11001101 | 1010011 | 0 | 10 | 10010 | 10110011 | 1000111 | 110000 |
Color Harmonies of #23D1CD
Complementary color
Monochromatic Colors of #23D1CD
Black with #23D1CD
Text Example
Text Example
White with #23D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D1CD; }
p { color: rgb(35,209,205); }
H1.HeaderClassName
{
color: #23D1CD;
}
.AnyTagClassName
{
color: #23D1CD;
}
</style>
background-color css
<style>
a { background-color: #23D1CD; }
a { background-color: rgb(35,209,205); }
div.DivClassName
{
background-color: #23D1CD;
}
.BgClassName
{
background-color: #23D1CD;
}
</style>
border-color css
<style>
span { border-color: #23D1CD; }
span { border-color: rgb(35,209,205); }
td.TdClassName
{
border-color: #23D1CD;
}
.TagClassName
{
border-color: #23D1CD;
}
</style>