Shades of Turquoise #23D2C7
Tints of Turquoise #23D2C7
RGB
CMYK
RGB Variations
Color information
#23D2C7 (or 0x23D2C7) is known color: Turquoise. HEX triplet: 23, D2 and C7. RGB value is (35,210,199). Sum of RGB (Red+Green+Blue) = 35+210+199=444 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.88% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #23D2C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D2C7 is #DC2D38. Grayscale: #9C9C9C. Windows color (decimal): -14429497 or 13095459. OLE color: 13095459.
HSL color Cylindrical-coordinate representation of color #23D2C7: hue angle of 176.23º 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 #23D2C7 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 210 | 199 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.18 |
| HSL | 176.23º | 0.71% | 0.48% | - |
| HSV(B) | 176.23º | 0.83% | 0.82% | - |
| XYZ | 34.05 | 50.57 | 62 | - |
| YUV | 156.42 | 152.02 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 210 | 199 | 0.83 | 0 | 0.05 | 0.18 | 176.23 | 0.71 | 0.48 |
| Hex | 23 | D2 | C7 | 53 | 0 | 5 | 12 | B0 | 47 | 30 |
| Octal | 43 | 322 | 307 | 123 | 0 | 5 | 22 | 260 | 107 | 60 |
| Binary | 100011 | 11010010 | 11000111 | 1010011 | 0 | 101 | 10010 | 10110000 | 1000111 | 110000 |
Color Harmonies of #23D2C7
Complementary color
Monochromatic Colors of #23D2C7
Black with #23D2C7
Text Example
Text Example
White with #23D2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D2C7; }
p { color: rgb(35,210,199); }
H1.HeaderClassName
{
color: #23D2C7;
}
.AnyTagClassName
{
color: #23D2C7;
}
</style>
background-color css
<style>
a { background-color: #23D2C7; }
a { background-color: rgb(35,210,199); }
div.DivClassName
{
background-color: #23D2C7;
}
.BgClassName
{
background-color: #23D2C7;
}
</style>
border-color css
<style>
span { border-color: #23D2C7; }
span { border-color: rgb(35,210,199); }
td.TdClassName
{
border-color: #23D2C7;
}
.TagClassName
{
border-color: #23D2C7;
}
</style>