Shades of Bright Turquoise #23E1DF
Tints of Bright Turquoise #23E1DF
RGB
CMYK
RGB Variations
Color information
#23E1DF (or 0x23E1DF) is known color: Bright Turquoise. HEX triplet: 23, E1 and DF. RGB value is (35,225,223). Sum of RGB (Red+Green+Blue) = 35+225+223=483 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.25% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #23E1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E1DF is #DC1E20. Grayscale: #A7A7A7. Windows color (decimal): -14425633 or 14672163. OLE color: 14672163.
HSL color Cylindrical-coordinate representation of color #23E1DF: hue angle of 179.37º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23E1DF is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 225 | 223 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.12 |
| HSL | 179.37º | 0.76% | 0.51% | - |
| HSV(B) | 179.37º | 0.84% | 0.88% | - |
| XYZ | 40.94 | 59.54 | 79.15 | - |
| YUV | 167.96 | 159.05 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 225 | 223 | 0.84 | 0 | 0.01 | 0.12 | 179.37 | 0.76 | 0.51 |
| Hex | 23 | E1 | DF | 54 | 0 | 1 | C | B3 | 4C | 33 |
| Octal | 43 | 341 | 337 | 124 | 0 | 1 | 14 | 263 | 114 | 63 |
| Binary | 100011 | 11100001 | 11011111 | 1010100 | 0 | 1 | 1100 | 10110011 | 1001100 | 110011 |
Color Harmonies of #23E1DF
Complementary color
Monochromatic Colors of #23E1DF
Black with #23E1DF
Text Example
Text Example
White with #23E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E1DF; }
p { color: rgb(35,225,223); }
H1.HeaderClassName
{
color: #23E1DF;
}
.AnyTagClassName
{
color: #23E1DF;
}
</style>
background-color css
<style>
a { background-color: #23E1DF; }
a { background-color: rgb(35,225,223); }
div.DivClassName
{
background-color: #23E1DF;
}
.BgClassName
{
background-color: #23E1DF;
}
</style>
border-color css
<style>
span { border-color: #23E1DF; }
span { border-color: rgb(35,225,223); }
td.TdClassName
{
border-color: #23E1DF;
}
.TagClassName
{
border-color: #23E1DF;
}
</style>