Shades of Bright Turquoise #23DCE3
Tints of Bright Turquoise #23DCE3
RGB
CMYK
RGB Variations
Color information
#23DCE3 (or 0x23DCE3) is known color: Bright Turquoise. HEX triplet: 23, DC and E3. RGB value is (35,220,227). Sum of RGB (Red+Green+Blue) = 35+220+227=482 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.26% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #23DCE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DCE3 is #DC231C. Grayscale: #A5A5A5. Windows color (decimal): -14426909 or 14933027. OLE color: 14933027.
HSL color Cylindrical-coordinate representation of color #23DCE3: hue angle of 182.19º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23DCE3 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 220 | 227 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.11 |
| HSL | 182.19º | 0.77% | 0.51% | - |
| HSV(B) | 182.19º | 0.85% | 0.89% | - |
| XYZ | 40.15 | 57.09 | 81.58 | - |
| YUV | 165.48 | 162.71 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 220 | 227 | 0.85 | 0.03 | 0 | 0.11 | 182.19 | 0.77 | 0.51 |
| Hex | 23 | DC | E3 | 55 | 3 | 0 | B | B6 | 4D | 33 |
| Octal | 43 | 334 | 343 | 125 | 3 | 0 | 13 | 266 | 115 | 63 |
| Binary | 100011 | 11011100 | 11100011 | 1010101 | 11 | 0 | 1011 | 10110110 | 1001101 | 110011 |
Color Harmonies of #23DCE3
Complementary color
Monochromatic Colors of #23DCE3
Black with #23DCE3
Text Example
Text Example
White with #23DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DCE3; }
p { color: rgb(35,220,227); }
H1.HeaderClassName
{
color: #23DCE3;
}
.AnyTagClassName
{
color: #23DCE3;
}
</style>
background-color css
<style>
a { background-color: #23DCE3; }
a { background-color: rgb(35,220,227); }
div.DivClassName
{
background-color: #23DCE3;
}
.BgClassName
{
background-color: #23DCE3;
}
</style>
border-color css
<style>
span { border-color: #23DCE3; }
span { border-color: rgb(35,220,227); }
td.TdClassName
{
border-color: #23DCE3;
}
.TagClassName
{
border-color: #23DCE3;
}
</style>