Shades of Turquoise #23EFCD
Tints of Turquoise #23EFCD
RGB
CMYK
RGB Variations
Color information
#23EFCD (or 0x23EFCD) is known color: Turquoise. HEX triplet: 23, EF and CD. RGB value is (35,239,205). Sum of RGB (Red+Green+Blue) = 35+239+205=479 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.31% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #23EFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EFCD is #DC1032. Grayscale: #AEAEAE. Windows color (decimal): -14422067 or 13496099. OLE color: 13496099.
HSL color Cylindrical-coordinate representation of color #23EFCD: hue angle of 170º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EFCD is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 239 | 205 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.06 |
| HSL | 170º | 0.86% | 0.54% | - |
| HSV(B) | 170º | 0.85% | 0.94% | - |
| XYZ | 42.58 | 66.5 | 68.35 | - |
| YUV | 174.13 | 145.41 | 28.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 239 | 205 | 0.85 | 0 | 0.14 | 0.06 | 170 | 0.86 | 0.54 |
| Hex | 23 | EF | CD | 55 | 0 | E | 6 | AA | 56 | 36 |
| Octal | 43 | 357 | 315 | 125 | 0 | 16 | 6 | 252 | 126 | 66 |
| Binary | 100011 | 11101111 | 11001101 | 1010101 | 0 | 1110 | 110 | 10101010 | 1010110 | 110110 |
Color Harmonies of #23EFCD
Complementary color
Monochromatic Colors of #23EFCD
Black with #23EFCD
Text Example
Text Example
White with #23EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EFCD; }
p { color: rgb(35,239,205); }
H1.HeaderClassName
{
color: #23EFCD;
}
.AnyTagClassName
{
color: #23EFCD;
}
</style>
background-color css
<style>
a { background-color: #23EFCD; }
a { background-color: rgb(35,239,205); }
div.DivClassName
{
background-color: #23EFCD;
}
.BgClassName
{
background-color: #23EFCD;
}
</style>
border-color css
<style>
span { border-color: #23EFCD; }
span { border-color: rgb(35,239,205); }
td.TdClassName
{
border-color: #23EFCD;
}
.TagClassName
{
border-color: #23EFCD;
}
</style>