Shades of Turquoise #23D8C9
Tints of Turquoise #23D8C9
RGB
CMYK
RGB Variations
Color information
#23D8C9 (or 0x23D8C9) is known color: Turquoise. HEX triplet: 23, D8 and C9. RGB value is (35,216,201). Sum of RGB (Red+Green+Blue) = 35+216+201=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #23D8C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D8C9 is #DC2736. Grayscale: #A0A0A0. Windows color (decimal): -14427959 or 13228067. OLE color: 13228067.
HSL color Cylindrical-coordinate representation of color #23D8C9: hue angle of 175.03º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D8C9 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 216 | 201 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.15 |
| HSL | 175.03º | 0.72% | 0.49% | - |
| HSV(B) | 175.03º | 0.84% | 0.85% | - |
| XYZ | 35.79 | 53.69 | 63.73 | - |
| YUV | 160.17 | 151.03 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 216 | 201 | 0.84 | 0 | 0.07 | 0.15 | 175.03 | 0.72 | 0.49 |
| Hex | 23 | D8 | C9 | 54 | 0 | 7 | F | AF | 48 | 31 |
| Octal | 43 | 330 | 311 | 124 | 0 | 7 | 17 | 257 | 110 | 61 |
| Binary | 100011 | 11011000 | 11001001 | 1010100 | 0 | 111 | 1111 | 10101111 | 1001000 | 110001 |
Color Harmonies of #23D8C9
Complementary color
Monochromatic Colors of #23D8C9
Black with #23D8C9
Text Example
Text Example
White with #23D8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D8C9; }
p { color: rgb(35,216,201); }
H1.HeaderClassName
{
color: #23D8C9;
}
.AnyTagClassName
{
color: #23D8C9;
}
</style>
background-color css
<style>
a { background-color: #23D8C9; }
a { background-color: rgb(35,216,201); }
div.DivClassName
{
background-color: #23D8C9;
}
.BgClassName
{
background-color: #23D8C9;
}
</style>
border-color css
<style>
span { border-color: #23D8C9; }
span { border-color: rgb(35,216,201); }
td.TdClassName
{
border-color: #23D8C9;
}
.TagClassName
{
border-color: #23D8C9;
}
</style>