Shades of Bright Turquoise #23EDDD
Tints of Bright Turquoise #23EDDD
RGB
CMYK
RGB Variations
Color information
#23EDDD (or 0x23EDDD) is known color: Bright Turquoise. HEX triplet: 23, ED and DD. RGB value is (35,237,221). Sum of RGB (Red+Green+Blue) = 35+237+221=493 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.10% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #23EDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EDDD is #DC1222. Grayscale: #AEAEAE. Windows color (decimal): -14422563 or 14544163. OLE color: 14544163.
HSL color Cylindrical-coordinate representation of color #23EDDD: hue angle of 175.25º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EDDD is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 237 | 221 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.07 |
| HSL | 175.25º | 0.85% | 0.53% | - |
| HSV(B) | 175.25º | 0.85% | 0.93% | - |
| XYZ | 44.03 | 66.15 | 78.85 | - |
| YUV | 174.78 | 154.08 | 28.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 237 | 221 | 0.85 | 0 | 0.07 | 0.07 | 175.25 | 0.85 | 0.53 |
| Hex | 23 | ED | DD | 55 | 0 | 7 | 7 | AF | 55 | 35 |
| Octal | 43 | 355 | 335 | 125 | 0 | 7 | 7 | 257 | 125 | 65 |
| Binary | 100011 | 11101101 | 11011101 | 1010101 | 0 | 111 | 111 | 10101111 | 1010101 | 110101 |
Color Harmonies of #23EDDD
Complementary color
Monochromatic Colors of #23EDDD
Black with #23EDDD
Text Example
Text Example
White with #23EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EDDD; }
p { color: rgb(35,237,221); }
H1.HeaderClassName
{
color: #23EDDD;
}
.AnyTagClassName
{
color: #23EDDD;
}
</style>
background-color css
<style>
a { background-color: #23EDDD; }
a { background-color: rgb(35,237,221); }
div.DivClassName
{
background-color: #23EDDD;
}
.BgClassName
{
background-color: #23EDDD;
}
</style>
border-color css
<style>
span { border-color: #23EDDD; }
span { border-color: rgb(35,237,221); }
td.TdClassName
{
border-color: #23EDDD;
}
.TagClassName
{
border-color: #23EDDD;
}
</style>