Shades of Turquoise #23D2CD
Tints of Turquoise #23D2CD
RGB
CMYK
RGB Variations
Color information
#23D2CD (or 0x23D2CD) is known color: Turquoise. HEX triplet: 23, D2 and CD. RGB value is (35,210,205). Sum of RGB (Red+Green+Blue) = 35+210+205=450 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.78% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #23D2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D2CD is #DC2D32. Grayscale: #9C9C9C. Windows color (decimal): -14429491 or 13488675. OLE color: 13488675.
HSL color Cylindrical-coordinate representation of color #23D2CD: hue angle of 178.29º 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 #23D2CD is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 210 | 205 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.18 |
| HSL | 178.29º | 0.71% | 0.48% | - |
| HSV(B) | 178.29º | 0.83% | 0.82% | - |
| XYZ | 34.76 | 50.86 | 65.74 | - |
| YUV | 157.11 | 155.02 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 210 | 205 | 0.83 | 0 | 0.02 | 0.18 | 178.29 | 0.71 | 0.48 |
| Hex | 23 | D2 | CD | 53 | 0 | 2 | 12 | B2 | 47 | 30 |
| Octal | 43 | 322 | 315 | 123 | 0 | 2 | 22 | 262 | 107 | 60 |
| Binary | 100011 | 11010010 | 11001101 | 1010011 | 0 | 10 | 10010 | 10110010 | 1000111 | 110000 |
Color Harmonies of #23D2CD
Complementary color
Monochromatic Colors of #23D2CD
Black with #23D2CD
Text Example
Text Example
White with #23D2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D2CD; }
p { color: rgb(35,210,205); }
H1.HeaderClassName
{
color: #23D2CD;
}
.AnyTagClassName
{
color: #23D2CD;
}
</style>
background-color css
<style>
a { background-color: #23D2CD; }
a { background-color: rgb(35,210,205); }
div.DivClassName
{
background-color: #23D2CD;
}
.BgClassName
{
background-color: #23D2CD;
}
</style>
border-color css
<style>
span { border-color: #23D2CD; }
span { border-color: rgb(35,210,205); }
td.TdClassName
{
border-color: #23D2CD;
}
.TagClassName
{
border-color: #23D2CD;
}
</style>