Shades of Bright Turquoise #23E7D6
Tints of Bright Turquoise #23E7D6
RGB
CMYK
RGB Variations
Color information
#23E7D6 (or 0x23E7D6) is known color: Bright Turquoise. HEX triplet: 23, E7 and D6. RGB value is (35,231,214). Sum of RGB (Red+Green+Blue) = 35+231+214=480 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.29% from 480); Green value is 231 (90.62% from 255 or 48.12% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 231 - color contains mainly: green. Hex color #23E7D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23E7D6 is #DC1829. Grayscale: #AAAAAA. Windows color (decimal): -14424106 or 14083875. OLE color: 14083875.
HSL color Cylindrical-coordinate representation of color #23E7D6: hue angle of 174.8º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E7D6 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 231 | 214 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.09 |
| HSL | 174.8º | 0.8% | 0.52% | - |
| HSV(B) | 174.8º | 0.85% | 0.91% | - |
| XYZ | 41.41 | 62.36 | 73.47 | - |
| YUV | 170.46 | 152.57 | 31.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 231 | 214 | 0.85 | 0 | 0.07 | 0.09 | 174.8 | 0.8 | 0.52 |
| Hex | 23 | E7 | D6 | 55 | 0 | 7 | 9 | AF | 50 | 34 |
| Octal | 43 | 347 | 326 | 125 | 0 | 7 | 11 | 257 | 120 | 64 |
| Binary | 100011 | 11100111 | 11010110 | 1010101 | 0 | 111 | 1001 | 10101111 | 1010000 | 110100 |
Color Harmonies of #23E7D6
Complementary color
Monochromatic Colors of #23E7D6
Black with #23E7D6
Text Example
Text Example
White with #23E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E7D6; }
p { color: rgb(35,231,214); }
H1.HeaderClassName
{
color: #23E7D6;
}
.AnyTagClassName
{
color: #23E7D6;
}
</style>
background-color css
<style>
a { background-color: #23E7D6; }
a { background-color: rgb(35,231,214); }
div.DivClassName
{
background-color: #23E7D6;
}
.BgClassName
{
background-color: #23E7D6;
}
</style>
border-color css
<style>
span { border-color: #23E7D6; }
span { border-color: rgb(35,231,214); }
td.TdClassName
{
border-color: #23E7D6;
}
.TagClassName
{
border-color: #23E7D6;
}
</style>