Shades of Turquoise #23DECD
Tints of Turquoise #23DECD
RGB
CMYK
RGB Variations
Color information
#23DECD (or 0x23DECD) is known color: Turquoise. HEX triplet: 23, DE and CD. RGB value is (35,222,205). Sum of RGB (Red+Green+Blue) = 35+222+205=462 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.58% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #23DECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DECD is #DC2132. Grayscale: #A4A4A4. Windows color (decimal): -14426419 or 13491747. OLE color: 13491747.
HSL color Cylindrical-coordinate representation of color #23DECD: hue angle of 174.55º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DECD is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 222 | 205 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.13 |
| HSL | 174.55º | 0.74% | 0.5% | - |
| HSV(B) | 174.55º | 0.84% | 0.87% | - |
| XYZ | 37.83 | 57.01 | 66.77 | - |
| YUV | 164.15 | 151.05 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 222 | 205 | 0.84 | 0 | 0.08 | 0.13 | 174.55 | 0.74 | 0.5 |
| Hex | 23 | DE | CD | 54 | 0 | 8 | D | AF | 4A | 32 |
| Octal | 43 | 336 | 315 | 124 | 0 | 10 | 15 | 257 | 112 | 62 |
| Binary | 100011 | 11011110 | 11001101 | 1010100 | 0 | 1000 | 1101 | 10101111 | 1001010 | 110010 |
Color Harmonies of #23DECD
Complementary color
Monochromatic Colors of #23DECD
Black with #23DECD
Text Example
Text Example
White with #23DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DECD; }
p { color: rgb(35,222,205); }
H1.HeaderClassName
{
color: #23DECD;
}
.AnyTagClassName
{
color: #23DECD;
}
</style>
background-color css
<style>
a { background-color: #23DECD; }
a { background-color: rgb(35,222,205); }
div.DivClassName
{
background-color: #23DECD;
}
.BgClassName
{
background-color: #23DECD;
}
</style>
border-color css
<style>
span { border-color: #23DECD; }
span { border-color: rgb(35,222,205); }
td.TdClassName
{
border-color: #23DECD;
}
.TagClassName
{
border-color: #23DECD;
}
</style>